메소드 | 설명 | |
---|---|---|
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. |
리턴 | uint |
public ForwardDelegateActionData ( CountByte countType ) : System | ||
countType | CountByte | The COUNT Type of this class. |
리턴 | System |