Method | Description | |
---|---|---|
Check ( ) : bool | ||
Ssm2ReadBlockRequest ( ) : System |
Creates an empty block read packet. (Allocated optimal 11 bytes buffer.)
|
|
Ssm2ReadBlockRequest ( Ssm2Device destination, Ssm2Device source, int address, byte dataCount ) : System |
Creates a complete packet. (Will have optimal buffer length.)
|
|
Ssm2ReadBlockRequest ( byte buffer ) : System |
Takes given (empty or preset) buffer. Needs at least 11 bytes. For already preset packet data call FromBytes(buffer) afterwards to set correct state.
|
Method | Description | |
---|---|---|
SetConstBytes ( ) : void |
Create a complete packet out of supplied data.
|
public Ssm2ReadBlockRequest ( Ssm2Device destination, Ssm2Device source, int address, byte dataCount ) : System | ||
destination | Ssm2Device | |
source | Ssm2Device | |
address | int | |
dataCount | byte | |
return | System |
public Ssm2ReadBlockRequest ( byte buffer ) : System | ||
buffer | byte |
/// A |
return | System |