|
Name |
Description |
![]() |
This function can be used by application code to dynamically access ACM specific requests. This function should be used only if apllication intends to modify for example the Baudrate from previouly configured rate. Data transmitted/received to/from device is a array of bytes. Application must take extra care of understanding the data format before using this function. | |
![]() |
This function is called by application to receive Input data over DATA interface. This function setsup the request to receive data from the device. | |
![]() |
This function is called by application to transmit out data over DATA interface. This function setsup the request to transmit data to the device. | |
![]() |
This function determines if a CDC device is attached and ready to use. | |
![]() |
This function is called by application to poll for transfer status. This function returns true in the transfer is over. To check whether the transfer was successfull or not , application must check the error code returned by reference. | |
![]() |
This function determines the status of a CDC device. | |
![]() |
This function is the event handler for this client driver. | |
![]() |
This function intializes the address of the attached CDC device. | |
![]() |
This function is the initialization routine for this client driver. | |
![]() |
This function starts a CDC reset. | |
![]() |
This function performs the maintenance tasks required by CDC class | |
![]() |
This function starts a CDC transfer. | |
![]() |
This function indicates whether or not the last transfer is complete. |
MLA - USB Library Help Version : 2.16
![]() |