Channel..::..Transmit Method
Transmits data using the specified transport layer or the default one if none is specified.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Transmit( byte[] data, DeliveryMode mode, ITransport transport )
Parameters
- data
- Type: array<Byte>[]()[][]
The byte array containing the data to transmit.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data transmission.
- transport
- Type: com.onlineobject.objectnet..::..ITransport
The transport layer to use for transmission. If null, the default transport layer is used.