프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Values | IDictionary |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
concat ( byte a, byte b ) : byte[] |
public Parse ( byte buffer, int size, string &error_msg ) : bool | ||
buffer | byte | |
size | int | |
error_msg | string | |
리턴 | bool |
public Write ( IDictionary dict, byte &buffer, int &totallength ) : void | ||
dict | IDictionary | |
buffer | byte | |
totallength | int | |
리턴 | void |