Specifications
V850E2/MN4 USB CDC (Communication Device Class) Driver
R01AN0010EJ0101 Rev.1.01 Page 54 of 117
Feb 01, 2012
usbf850_send_encapsulated_command
[Synopsis]
Send Encapsulated Command request processing
[C language format]
void usbf850_send_encapsulated_command(USB_SETUP *req_data)
[Parameters]
Parameter Description
USB_SETUP *req_data Pointer to area storing the request data
[Return Value]
None
[Function]
This function calls the data reception processing function (usbf850_data_receive()) to acquire the data received by
Endpoint0 and calls the data transmission processing function (usbf850_data_send()) to send that data by bulk in
transmission (send) from Endpoint2.