Click or drag to resize

cChannelSendPacket Method (Container, Link, UInt32, Boolean)

Sends a packet to a link. 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, 	Link lnk, 	uint ObjectID, 	bool _CallEmptybufferEvent )

Parameters

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