APDUCommand Class Reference
Inheritance diagram for APDUCommand:

Public Member Functions

 APDUCommand (int instructionClass, int instructionCode, int param1, int param2, string sendData, int bytesExpected)
 

Properties

int InstructionClass [get, set]
 Class of Instruction More...
 
int InstructionCode [get, set]
 Instruction code More...
 
int Param1 [get, set]
 Instructoin parameter 1 More...
 
int Param2 [get, set]
 Instructoin parameter 2 More...
 
string SendData [get, set]
 Request data field More...
 
int BytesExpected [get, set]
 Number of bytes expected More...
 
- Properties inherited from IAPDUCommand
int InstructionClass [get]
 Class of instruction More...
 
int InstructionCode [get]
 Instruction code More...
 
int Param1 [get]
 Instruction parameter 1 More...
 
int Param2 [get]
 Instruction parameter 2 More...
 
string SendData [get]
 Request data field More...
 
int BytesExpected [get]
 Number of bytes expected in the response More...
 

Property Documentation

◆ BytesExpected

int BytesExpected
getset

◆ InstructionClass

int InstructionClass
getset

◆ InstructionCode

int InstructionCode
getset

◆ Param1

int Param1
getset

◆ Param2

int Param2
getset

◆ SendData

string SendData
getset