Transfer
Default mainpageat91libusbdevicecoreTransfer
Description Public Protected Private Related All Inheritance Collaboration
Transfer
Describes an ongoing transfer on a UDP endpoint.
 
Struct Attributes Table
Public ( Name ) Type Description
 buffered volatile int
Number of bytes which have been written into the UDP internal FIFO buffers.
 fCallback volatile TransferCallback
Optional callback to invoke when the transfer completes.
 pArgument void *
Optional argument to the callback function.
 pData char *
Pointer to a data buffer used for emission/reception.
 remaining volatile int
Number of bytes which have not been buffered/transferred yet.
 transferred volatile int
Number of bytes which have been sent/received.
Description
Describes an ongoing transfer on a UDP endpoint.

 
Source
The documentation for this Class was generated from the following files:
  • USBD_UDP.c