Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members
USB::Endpoint Class Reference
Class representing a device endpoint. More...
#include <usbpp.h>
Collaboration diagram for USB::Endpoint:

Public Member Functions | |
Endpoint () | |
void | dumpDescriptor (void) |
Endpoint descriptor information output. | |
Friends | |
class | Busses |
Busses is a friend because it fills in the descriptor type information on initialisation and rescan. |
Detailed Description
Class representing a device endpoint.This class represents a device endpoint. You need this class to perform bulk reads and writes.
Definition at line 36 of file usbpp.h.
Member Function Documentation
|
Endpoint descriptor information output. This method dumps out the various characteristics of the endpoint to standard output. It is mostly useful for debugging. |
Friends And Related Function Documentation
|
Busses is a friend because it fills in the descriptor type information on initialisation and rescan.
|
The documentation for this class was generated from the following files: