HID OMNIKEY Smart Card Readers' Sample Codes  0.0.0.116
HidGlobal.OK.Readers.AViatoR.Components.ReadBinaryCommand Class Reference

Public Types

enum  ReadOption : byte { WithoutSelect = 0x00, WithSelect = (1 << 4), WithDesDecrypted = (1 << 6), WithTripleDesDecrypted = (1 << 7) | (1 << 6) }
 

Public Member Functions

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)
 

Member Function Documentation

◆ 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
optionRead binary pcsc command parametr.
blockNumber
expectedLength
bookNumberUsed only if option set to ReadOption.WithSelect
pageNumberUsed only if option set to ReadOption.WithSelect
Returns

The documentation for this class was generated from the following file: