Метод | Описание | |
---|---|---|
ActionBlock ( ) : System |
Initializes a new instance of the ActionBlock class.
|
|
ActionBlock ( Count 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 structure
|
|
Size ( ) : int |
Get the total Size of ActionData
|
public ActionBlock ( Count countType ) : System | ||
countType | Count | The COUNT Type of this class |
Результат | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of an ActionBlock instance |
Результат | uint |