Méthode | Description | |
---|---|---|
Deserialize ( byte buffer ) : uint |
Deserialized byte array to an RuleCondition instance
|
|
RuleCondition ( ) : System.Collections.Generic |
Initializes a new instance of the RuleCondition class.
|
|
RuleCondition ( CountByte countType ) : System.Collections.Generic |
Initializes a new instance of the RuleCondition class.
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this struct
|
|
Size ( ) : int |
Get the total Size of RuleCondition
|
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of a Restriction instance. |
Résultat | uint |
public RuleCondition ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public RuleCondition ( CountByte countType ) : System.Collections.Generic | ||
countType | CountByte | The COUNT Type of this class. |
Résultat | System.Collections.Generic |