|
Structure describing an isochronous transfer packet for libusbK. More...
#include <lusbk_shared.h>
Data Fields | |
UINT | Offset |
Specifies the offset, in bytes, of the buffer for this packet from the beginning of the entire isochronous transfer data buffer. More... | |
USHORT | Length |
Set by the host controller to indicate the actual number of bytes received by the device for isochronous IN transfers. Length not used for isochronous OUT transfers. More... | |
USHORT | Status |
Contains the 16 least significant USBD status bits, on return from the host controller driver, of this transfer packet. More... | |
Structure describing an isochronous transfer packet for libusbK.
UINT Offset |
Specifies the offset, in bytes, of the buffer for this packet from the beginning of the entire isochronous transfer data buffer.
Offset
represents an absolute data offset from the start of the Buffer
parameter UsbK_IsoReadPipe or UsbK_IsoWritePipe.
USHORT Length |
Set by the host controller to indicate the actual number of bytes received by the device for isochronous IN transfers. Length not used for isochronous OUT transfers.
USHORT Status |
Contains the 16 least significant USBD status bits, on return from the host controller driver, of this transfer packet.
See MSDN for USBD status codes: USBD status code reference