IClient..::..Transmit Method
Transmits data to the server using the specified delivery mode.
This method may be similar to Send, but could have different underlying implementations or purposes.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
void Transmit( byte[] data, DeliveryMode mode )
Parameters
- data
- Type: array<Byte>[]()[][]
The byte array containing the data to transmit.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode (default is Unreliable).