Property | Type | Description | |
---|---|---|---|
GetMessageType | byte | ||
ReadFromAsync | Task |
||
S101Message | System | ||
WriteToAsync | Task |
Method | Description | |
---|---|---|
S101Message ( byte slot, S101Command command ) : System |
Initializes a new instance of the S101Message class.
|
Method | Description | |
---|---|---|
GetMessageType ( ReadBuffer readBuffer ) : byte | ||
ReadFromAsync ( ReadBuffer readBuffer, |
||
S101Message ( byte slot, byte messageType, S101Command command ) : System | ||
WriteToAsync ( WriteBuffer writerBuffer, |
public S101Message ( byte slot, S101Command command ) : System | ||
slot | byte | |
command | S101Command | |
return | System |