Method | Description | |
---|---|---|
Packet ( Code code, byte identifier, byte auth ) : System | ||
Packet ( Code code, byte identifier, string sharedKey ) : System | ||
Packet ( Code code, string sharedKey ) : System | ||
Packet ( byte data ) : System | ||
ToString ( ) : string | ||
VSA_VendorType ( byte val ) : byte | ||
VSA_valueAsString ( byte val ) : string | ||
VSA_vendorID ( byte val ) : int | ||
addAttribute ( AttributeType type, byte value ) : void | ||
addAttribute ( AttributeType type, int value ) : void | ||
addAttribute ( AttributeType type, string value ) : void | ||
containsAttribute ( AttributeType type ) : bool | ||
getByteArrayAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
getFirstByteArrayAttribute ( AttributeType type ) : byte[] | ||
getFirstIntAttribute ( AttributeType type ) : int | ||
getFirstStringAttribute ( AttributeType type ) : string | ||
getIntAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
getStringAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
toBytes ( ) : byte[] | ||
verifyResponseAuthenticator ( byte requestAuthenticator, string sharedKey ) : bool |
Method | Description | |
---|---|---|
PAPPassword ( byte password ) : byte[] | ||
convertToBytes ( ) : byte[] | ||
equalByteArrays ( byte arr1, byte arr2 ) : bool |
public Packet ( Code code, byte identifier, byte auth ) : System | ||
code | Code | |
identifier | byte | |
auth | byte | |
return | System |
public Packet ( Code code, byte identifier, string sharedKey ) : System | ||
code | Code | |
identifier | byte | |
sharedKey | string | |
return | System |
public Packet ( Code code, string sharedKey ) : System | ||
code | Code | |
sharedKey | string | |
return | System |
public static VSA_VendorType ( byte val ) : byte | ||
val | byte | |
return | byte |
public static VSA_valueAsString ( byte val ) : string | ||
val | byte | |
return | string |
public static VSA_vendorID ( byte val ) : int | ||
val | byte | |
return | int |
public addAttribute ( AttributeType type, byte value ) : void | ||
type | AttributeType | |
value | byte | |
return | void |
public addAttribute ( AttributeType type, int value ) : void | ||
type | AttributeType | |
value | int | |
return | void |
public addAttribute ( AttributeType type, string value ) : void | ||
type | AttributeType | |
value | string | |
return | void |
public containsAttribute ( AttributeType type ) : bool | ||
type | AttributeType | |
return | bool |
public getByteArrayAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
type | AttributeType | |
vsa | byte | |
return | IEnumerable |
public getFirstByteArrayAttribute ( AttributeType type ) : byte[] | ||
type | AttributeType | |
return | byte[] |
public getFirstIntAttribute ( AttributeType type ) : int | ||
type | AttributeType | |
return | int |
public getFirstStringAttribute ( AttributeType type ) : string | ||
type | AttributeType | |
return | string |
public getIntAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
type | AttributeType | |
vsa | byte | |
return | IEnumerable |
public getStringAttributes ( AttributeType type, byte vsa = null ) : IEnumerable |
||
type | AttributeType | |
vsa | byte | |
return | IEnumerable |
public verifyResponseAuthenticator ( byte requestAuthenticator, string sharedKey ) : bool | ||
requestAuthenticator | byte | |
sharedKey | string | |
return | bool |