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

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)
 

Detailed Description

This commands allow communication with synchronous contact smart card which supports 2 Wire Bus Protocol (2WBP) such as SLE 4432/42.

Member Enumeration Documentation

◆ ControlByte

Enumerator
ReadMainMemory 

2WBP Common Command: Read Main Memory

UpdateMainMemory 

2WBP Common Command: Update Main Memory

ReadProtectionMemory 

2WBP Common Command: Read Protection Memory

WriteProtectionMemory 

2WBP Common Command: Write Protection Memory

ReadSecurityMemory 

2WBP SLE 4442 only Command: Read Security Memory

UpdateSecurityMemory 

2WBP SLE 4442 only Command: Update Security Memory

CompareVerificationData 

2WBP SLE 4442 only Command: Compare Verification Data


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