ChannelBase..::..Transmit Method
Transmits data over the channel with specified delivery mode and transport.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Transmit( byte[] data, DeliveryMode mode, ITransport transport )
Parameters
- data
- Type: array<Byte>[]()[][]
The data to transmit.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode (default: Unreliable).
- transport
- Type: com.onlineobject.objectnet..::..ITransport
The transport to use (default: null).