|
| enum | CommunicationMode : byte { Plain = 0x00,
MAC = 0x01,
Encrypt = 0x03
} |
| |
| enum | CommitFlag { NoCommit = 0x00,
Commit = 0x01
} |
| |
|
|
byte | GetLengthToEnd (BinaryWriter writer) |
| |
|
void | WritePrefix (BinaryWriter writer) |
| |
|
void | WritePostfix (BinaryWriter writer) |
| |
|
void | ReadErrorCode (byte[] response, SEPCommandResponse commandResponse) |
| |
|
|
const byte | SeProcessorCommandTag = 0xa0 |
| |
|
const byte | ProcessCardAPITag = 0xa5 |
| |
|
const byte | CardAPIDESFireTag = 0xa2 |
| |
|
const byte | ApplicationNumberTag = 0x80 |
| |
|
const byte | KeyReferenceTag = 0x81 |
| |
|
const byte | FileNumberTag = 0x80 |
| |
|
const byte | FileNumberValLength = 0x01 |
| |
|
const byte | OffsetTag = 0x81 |
| |
|
const byte | DataTag = 0x82 |
| |
|
const byte | DataValLenght = 0x01 |
| |
|
const byte | ModeTag = 0x83 |
| |
|
const byte | ModeValLength = 0x01 |
| |
|
|
abstract byte | BodyLength [get] |
| |
The documentation for this class was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/AViatoR/Components/SEProcessorCommands.cs