|
| enum | ApplicationTag : byte { ReaderInformation = 0xA2,
DeviceSpecific = 0xBC
} |
| |
| enum | OperationTag : byte { Get = 0xA0,
Set = 0xA1
} |
| |
| enum | ConfigurationSectionTag : byte { CommonContactlessConfiguration = 0xA4,
CommonHardwareConfiguration = 0xAF
} |
| |
|
|
IApduCommand | GenerateApdu (byte applicationTag, byte operationTag, params byte[] followingTags) |
| |
|
IApduCommand | GenerateApdu (IEnumerable< byte > data, byte applicationTag, byte operationTag, params byte[] followingTags) |
| |
|
IEnumerable< byte > | GetPayload (IEnumerable< byte > data, params byte[] followingTags) |
| |
|
|
const byte | KeyboardCountryDefinitionTag = 0xAB |
| |
|
const byte | ExtendedCharacterSupportTag = 0xAC |
| |
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/AViatoR/Components/KeyboardWedgeConfiguration.cs