Property | Type | Description | |
---|---|---|---|
Values | IDictionary |
Method | Description | |
---|---|---|
ByteLength ( int num ) : byte[] | ||
ByteLength ( uint num ) : byte[] | ||
Parse ( byte buffer, int size, string &error_msg ) : bool | ||
Write ( IDictionary dict, byte &buffer, int &totallength ) : void |
Method | Description | |
---|---|---|
concat ( byte a, byte b ) : byte[] |
public static ByteLength ( int num ) : byte[] | ||
num | int | |
return | byte[] |
public static ByteLength ( uint num ) : byte[] | ||
num | uint | |
return | byte[] |
public Parse ( byte buffer, int size, string &error_msg ) : bool | ||
buffer | byte | |
size | int | |
error_msg | string | |
return | bool |
public Write ( IDictionary dict, byte &buffer, int &totallength ) : void | ||
dict | IDictionary | |
buffer | byte | |
totallength | int | |
return | void |