NetworkManager..::..Send Method
Sends data over the network to the server or client connection.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Send( int eventCode, DataStream writer, DeliveryMode mode )
Parameters
- eventCode
- Type: Int32
The event code associated with the message.
- writer
- Type: com.onlineobject.objectnet..::..DataStream
The data stream containing the message to send.
- mode
- Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the message (default is unreliable).