com.onlineobject.objectnet Namespace

NetworkClient..::..Transmit Method

Transmits data using the assigned channel and transport layer with the specified delivery mode.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void Transmit(

	byte[] data,

	DeliveryMode mode

)

Parameters

data
Type: array<Byte>[]()[][]
The byte array to transmit.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data transmission.