com.onlineobject.objectnet Namespace

ITransport..::..Send Method

Sends data using the transport.

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

Syntax


void Send(

	byte[] data,

	DeliveryMode mode

)

Parameters

data
Type: array<Byte>[]()[][]
The byte array containing the data to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for sending the data (Reliable/Unreliable).