com.onlineobject.objectnet Namespace

ServerEmbedded..::..Send Method

Sends data to all connected clients.

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

Syntax


public void Send(

	byte[] data,

	DeliveryMode mode

)

Parameters

data
Type: array<Byte>[]()[][]
The data to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode (reliable or unreliable).