Method | Description | |
---|---|---|
Dispose ( ) : void |
MsgId of the sender and payload
|
|
GetMessageId ( ) : ulong |
To get new Id this function must be used
|
|
ReaderWriterHandler ( |
||
SendMessage ( eMsgType msgType, ulong msgId, byte msg, ulong responseMsgId ) : bool |
Returns false if buffer threshold is reached
|
Method | Description | |
---|---|---|
InitReader ( ) : void |
|
|
InitWriter ( ) : void | ||
ReadBytes ( byte ptr, int offset, int num ) : byte[] | ||
ReadBytes ( int offset, int num ) : byte[] | ||
StartSendProcedure ( ) : void | ||
WriteBytes ( byte ptr, int offset, byte data ) : void | ||
WriteBytes ( int offset, byte data ) : void |
public ReaderWriterHandler ( |
||
sm | ||
return | System |
public SendMessage ( eMsgType msgType, ulong msgId, byte msg, ulong responseMsgId ) : bool | ||
msgType | eMsgType | |
msgId | ulong | |
msg | byte | |
responseMsgId | ulong | |
return | bool |