USB Library
USBHostTerminateTransfer Function
Syntax
void USBHostTerminateTransfer(
    uint8_t deviceAddress, 
    uint8_t endpoint
);
Description

This function terminates the current transfer for the given endpoint. It can be used to terminate reads or writes that the device is not responding to. It is also the only way to terminate an isochronous transfer.

Preconditions

None

Returns

None

Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla