III. Bulk Transfers

This group of functions allow applications to send and receive data via bulk pipes. These functions are synchronous, meaning it blocks and waits for the transfer to finish or timeout.

Table of Contents
usb_bulk_write -- Write data to a bulk endpoint.
usb_bulk_read -- Read data from a bulk endpoint.