|
| enum | ReadOption : byte { WithoutSelect = 0x00,
WithSelect = (1 << 4),
WithDesDecrypted = (1 << 6),
WithTripleDesDecrypted = (1 << 7) | (1 << 6)
} |
| |
|
| string | GetiClassReadApdu (ReadOption option, byte blockNumber, byte expectedLength, BookNumber bookNumber=BookNumber.Book0, PageNumber pageNumber=PageNumber.Page0) |
| | Returns full apdu command to read binary data form iClass card. More...
|
| |
|
string | GetMifareReadApdu (byte blockNumber, byte expectedLength) |
| |
|
string | GetApdu (byte msb, byte lsb, byte expectedLength) |
| |
◆ GetiClassReadApdu()
| string HidGlobal.OK.Readers.AViatoR.Components.ReadBinaryCommand.GetiClassReadApdu |
( |
ReadOption |
option, |
|
|
byte |
blockNumber, |
|
|
byte |
expectedLength, |
|
|
BookNumber |
bookNumber = BookNumber.Book0, |
|
|
PageNumber |
pageNumber = PageNumber.Page0 |
|
) |
| |
Returns full apdu command to read binary data form iClass card.
- Parameters
-
| option | Read binary pcsc command parametr. |
| blockNumber | |
| expectedLength | |
| bookNumber | Used only if option set to ReadOption.WithSelect |
| pageNumber | Used only if option set to ReadOption.WithSelect |
- Returns
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/AViatoR/Components/ContactlessCardCommunication.cs