Method | Description | |
---|---|---|
Header ( Cmd_Values cmd, int sp, cbChId_Values cbChId ) : System |
Marshal constructor
|
|
Header ( byte data ) : System |
Unmarshal constructor.
|
public Header ( Cmd_Values cmd, int sp, cbChId_Values cbChId ) : System | ||
cmd | Cmd_Values | Cmd field |
sp | int | SP field |
cbChId | cbChId_Values | cbChId field |
return | System |
public Header ( byte data ) : System | ||
data | byte | raw data to be unmarshaled. |
return | System |