Method | Description | |
---|---|---|
ActionBlock ( ) : System |
Initializes a new instance of the ActionBlock class.
|
|
ActionBlock ( CountByte countType ) : System |
Initializes a new instance of the ActionBlock class.
|
|
Deserialize ( byte buffer ) : uint |
Deserialized byte array to an ActionBlock instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this struct
|
|
Size ( ) : int |
Get the total Size of ActionData
|
public ActionBlock ( CountByte countType ) : System | ||
countType | CountByte | The COUNT Type of this class. |
return | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance. |
return | uint |