com.onlineobject.objectnet Namespace

NetworkEntity<(Of <(<'T, E>)>)>..::..Send Method

Sends data with the specified event code and delivery mode.

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

Syntax


public void Send(

	int eventCode,

	DataStream writer,

	DeliveryMode mode

)

Parameters

eventCode
Type: Int32
The event code to send.
writer
Type: com.onlineobject.objectnet..::..DataStream
The data stream to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode, defaulting to Unreliable if not specified.