IChannel..::..Transmit Method
Transmits data through the communication channel with the specified delivery mode and transport.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
void Transmit( byte[] data, DeliveryMode mode, ITransport transport )
Parameters
- data
- Type: array<Byte>[]()[][]
The data to be transmitted.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data (default: Unreliable).
- transport
- Type: com.onlineobject.objectnet..::..ITransport
The transport to be used for transmitting the data (default: null).