프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CalcChecksum | ushort | ||
ToxId | System | ||
ToxId | System |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsValid ( byte id ) : bool |
Checks whether or not the given Tox ID is valid.
|
|
IsValid ( string id ) : bool |
Checks whether or not the given Tox ID is valid.
|
|
ToString ( ) : string | ||
ToxId ( byte id ) : System |
Initializes a new instance of the ToxId class.
|
|
ToxId ( string id ) : System |
Initializes a new instance of the ToxId class.
|
|
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
CalcChecksum ( byte address, int length ) : ushort | ||
ToxId ( byte publicKey, uint nospam ) : System | ||
ToxId ( string publicKey, uint nospam ) : System |
public static IsValid ( byte id ) : bool | ||
id | byte | A byte array with a length of ToxConstant.AddressSize, containing a Tox ID. |
리턴 | bool |
public static IsValid ( string id ) : bool | ||
id | string | A (ToxConstant.AddressSize * 2) character long hexadecimal string, containing a Tox ID. |
리턴 | bool |
public ToxId ( byte id ) : System | ||
id | byte | A byte array with a length of ToxConstant.AddressSize, containing a Tox ID. |
리턴 | System |
public ToxId ( string id ) : System | ||
id | string | A (ToxConstant.AddressSize * 2) character long hexadecimal string, containing a Tox ID. |
리턴 | System |