Method | Description | |
---|---|---|
DataReceived ( byte buffer, int offset, int length, |
||
Send ( |
||
Start ( ) : void |
Method | Description | |
---|---|---|
FromDouble ( double theDouble, byte buffer, int offset ) : int | ||
FromShort ( short theShort, byte buffer, int offset ) : void | ||
FromString ( string theString, byte buffer, int offset ) : int | ||
FromUShort ( ushort theUShort, byte buffer, int offset ) : void | ||
ToDouble ( byte buffer, int offset, int &read ) : double | ||
ToShort ( byte buffer, int offset ) : short | ||
ToString ( byte buffer, int offset, string &theString ) : int |
public DataReceived ( byte buffer, int offset, int length, |
||
buffer | byte | |
offset | int | |
length | int | |
t | ||
return | void |
public Send ( |
||
message | ||
value | object | |
return | void |