|
| enum | Transmission { Plain
} |
| |
| enum | Persistence { Volatile,
Persistent
} |
| |
| enum | KeyType { CardKey,
ReaderKey
} |
| |
| enum | KeyLength : byte {
_6Bytes = 0x06,
_8Bytes = 0x08,
_16Bytes = 0x10,
_24Bytes = 0x18,
_32Bytes = 0x20
} |
| |
|
|
string | GetApdu (byte keySlot, KeyType keyType, Persistence persistence, Transmission transmissionType, KeyLength keyLength, string key) |
| |
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/AViatoR/Components/ContactlessCardCommunication.cs