Data Fields | |
unsigned char | bMessageType |
unsigned long | wLength |
unsigned char | bSlot |
unsigned char | bSeq |
unsigned char | bStatus |
unsigned char | bError |
unsigned char | bSpecific |
unsigned char | abData [ABDATA_SIZE] |
unsigned char | bSizeToSend |
Definition at line 117 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::abData[ABDATA_SIZE] |
Data block sent to the CCID.
Definition at line 133 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::bError |
Slot error
Definition at line 129 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::bSeq |
Sequence number for command.
Definition at line 125 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::bSlot |
Identifies the slot number for this command
Definition at line 123 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::bSpecific |
specific register
Definition at line 131 of file cciddriver.h.
unsigned char _S_ccid_bulk_in_header::bStatus |
Slot status register
Definition at line 127 of file cciddriver.h.
unsigned long _S_ccid_bulk_in_header::wLength |
Message-specific data length
Definition at line 121 of file cciddriver.h.