Method | Description | |
---|---|---|
AndRestriction ( ) : System |
Initializes a new instance of the AndRestriction class.
|
|
AndRestriction ( CountByte countType ) : System |
Initializes a new instance of the AndRestriction class.
|
|
Deserialize ( byte buffer ) : uint |
Deserialized byte array to a Restriction instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this structure
|
|
Size ( ) : int |
Get the total Size of Restriction
|
public AndRestriction ( CountByte countType ) : System | ||
countType | CountByte | The COUNT Type of this class. |
return | System |
public Deserialize ( byte buffer ) : uint | ||
buffer | byte | Byte array contain data of a Restriction instance. |
return | uint |