Method | Description | |
---|---|---|
Deserialize ( byte buffer ) : uint |
Parse method to obtain current structure from byte array
|
|
RuleAction ( ) : System |
Initializes a new instance of the RuleAction class.
|
|
RuleAction ( CountByte countType ) : System |
Initializes a new instance of the RuleAction class.
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this struct
|
|
Size ( ) : int |
Get the total Size of ActionData
|
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array data. |
return | uint |
public RuleAction ( CountByte countType ) : System | ||
countType | CountByte | The COUNT Type of this class. |
return | System |