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