Méthode | 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 ( Count countType ) : System |
Initializes a new instance of the RuleAction class.
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this structure
|
|
Size ( ) : int |
Get the total Size of ActionData
|
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array data |
Résultat | uint |
public RuleAction ( Count countType ) : System | ||
countType | Count | The COUNT Type of this class |
Résultat | System |