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