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

This commands allow communication with synchronous contact smart card which supports I2C Bus Protocol such as AT24C01/02/04/…/1024. More...

Public Types

enum  MemorySize {
  _256 = 0x000100, _512 = 0x000200, _1024 = 0x000400, _2048 = 0x000800,
  _4096 = 0x001000, _8192 = 0x002000, _16384 = 0x004000, _32768 = 0x008000,
  _65536 = 0x010000, _131072 = 0x020000
}
 

Public Member Functions

string GetReadCommandApdu (MemorySize cardMemorySize, int address, byte numberOfBytesToRead)
 
string GetWriteCommandApdu (MemorySize cardMemorySize, int address, byte numberOfBytesToWrite, string dataOctetString)
 
string GetApdu (string i2CCommand)
 

Detailed Description

This commands allow communication with synchronous contact smart card which supports I2C Bus Protocol such as AT24C01/02/04/…/1024.


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