Click or drag to resize

cChannelSendPacket Method (Container, Boolean)

Sends a packet back the source. Can raise an EmptybufferEvent.

Namespace:  Vaser.OON
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public void SendPacket( 	Container myContainer, 	bool _CallEmptybufferEvent )

Parameters

myContainer
Type: VaserContainer
The datacontainer for transmission, can be null.
_CallEmptybufferEvent
Type: SystemBoolean
If true, the link raises an EmptybufferEvent.
See Also