|
HID OMNIKEY Smart Card Readers' Sample Codes
0.0.0.116
|
This commands allow communication with synchronous contact smart card which supports 2 Wire Bus Protocol (2WBP) such as SLE 4432/42. More...
Public Types | |
| enum | ControlByte : byte { ControlByte.ReadMainMemory = (1 << 5) | (1 << 4), ControlByte.UpdateMainMemory = (1 << 5) | (1 << 4) | (1 << 3), ControlByte.ReadProtectionMemory = (1 << 5) | (1 << 4) | (1 << 2), ControlByte.WriteProtectionMemory = (1 << 5) | (1 << 4) | (1 << 3) | (1 << 2), ControlByte.ReadSecurityMemory = (1 << 5) | (1 << 4) | (1 << 0), ControlByte.UpdateSecurityMemory = (1 << 5) | (1 << 4) | (1 << 3) | (1 << 0), ControlByte.CompareVerificationData = (1 << 5) | (1 << 4) | (1 << 1) | (1 << 0) } |
Public Member Functions | |
| string | GetApdu (ControlByte control, byte address, byte data) |
This commands allow communication with synchronous contact smart card which supports 2 Wire Bus Protocol (2WBP) such as SLE 4432/42.
|
strong |