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

int BytesExpected
getset
int InstructionClass
getset
int InstructionCode
getset
int Param1
getset
int Param2
getset
string SendData
getset