Method | Description | |
---|---|---|
Deserialize ( byte buffer ) : uint |
Deserialized byte array to a ForwardActionData instance
|
|
ForwardDelegateActionData ( ) : System |
Initializes a new instance of the ForwardDelegateActionData class.
|
|
ForwardDelegateActionData ( CountByte countType ) : System |
Initializes a new instance of the ForwardDelegateActionData 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 ForwardDelegateActionData ( ) : System | ||
return | System |
public ForwardDelegateActionData ( CountByte countType ) : System | ||
countType | CountByte | The COUNT Type of this class. |
return | System |