Inheritance diagram for Usb::EndpointDiscovery:
Definition at line 168 of file usbwrap.h.
Public Types | |
typedef std::map< unsigned char, usb_endpoint_descriptor > | base_type |
typedef std::vector< EndpointPair > | endpoint_array_type |
Public Member Functions | |
EndpointDiscovery () | |
bool | IsValid () const |
const endpoint_array_type & | GetEndpointPairs () const |
Friends | |
class | InterfaceDiscovery |