CCID_Write
Default mainpageat91libusbdeviceccidCCID_Write
Description Source Call Graph
CCID_Write
Sends data through the Data IN endpoint.
 
Syntax / parameters
unsigned char CCID_Write (void *pBuffer, unsigned int dLength, TransferCallback fCallback, void *pArgument)

Name Type Default Description
pBuffer void *
  Buffer holding the data to transmit
dLength unsigned int
  Length of data buffer
fCallback TransferCallback
  Optional callback function
pArgument void *
  Optional parameter for the callback function
 
Return value unsigned char
  USBD_STATUS_LOCKED or USBD_STATUS_SUCCESS
Description
Sends data through the Data IN endpoint.

 
Source
The documentation for this Member was generated from the following files:
  • cciddriver.c