TransportEmbedded..::..OnMessageReceived Method
Invokes the message received action.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void OnMessageReceived( ITransportClient client, byte[] data )
Parameters
- client
- Type: com.onlineobject.objectnet..::..ITransportClient
The client from which the message was received.
- data
- Type: array<Byte>[]()[][]
The received message data.