libusb++ API Documentation

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:

Collaboration graph
[legend]
List of all members.

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

void USB::Endpoint::dumpDescriptor void   ) 
 

Endpoint descriptor information output.

This method dumps out the various characteristics of the endpoint to standard output.

It is mostly useful for debugging.

Definition at line 555 of file usbpp.cpp.


Friends And Related Function Documentation

friend class Busses [friend]
 

Busses is a friend because it fills in the descriptor type information on initialisation and rescan.

Definition at line 41 of file usbpp.h.


The documentation for this class was generated from the following files:
This file is part of the documentation for libusb++ .
Documentation copyright © 2004 Brad Hards.
Generated on Mon Jan 22 22:11:07 2007 by doxygen 1.4.4 written by Dimitri van Heesch.