This commands allow communication with synchronous contact smart card which supports I2C Bus Protocol such as AT24C01/02/04/…/1024.
More...
|
| enum | MemorySize {
_256 = 0x000100,
_512 = 0x000200,
_1024 = 0x000400,
_2048 = 0x000800,
_4096 = 0x001000,
_8192 = 0x002000,
_16384 = 0x004000,
_32768 = 0x008000,
_65536 = 0x010000,
_131072 = 0x020000
} |
| |
|
|
string | GetReadCommandApdu (MemorySize cardMemorySize, int address, byte numberOfBytesToRead) |
| |
|
string | GetWriteCommandApdu (MemorySize cardMemorySize, int address, byte numberOfBytesToWrite, string dataOctetString) |
| |
|
string | GetApdu (string i2CCommand) |
| |
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:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/AViatoR/Components/ContactCardComunication.cs