com.onlineobject.objectnet Namespace

INetworkElement..::..Send Method

Sends data over the network.

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

Syntax


void Send(

	int eventCode,

	DataStream writer,

	DeliveryMode mode

)

Parameters

eventCode
Type: Int32
The event code associated with the data.
writer
Type: com.onlineobject.objectnet..::..DataStream
The data stream to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data (default is Unreliable).