#include "xscontrollerconfig.h"

Go to the source code of this file.
Classes | |
| struct | XsUsbHubInfo |
| A structure that wraps USB hub information. More... | |
Macros | |
| #define | XSUSBHUBINFO_INITIALIZER { 0 } |
Typedefs | |
| typedef struct XsUsbHubInfo | XsUsbHubInfo |
Functions | |
| void XDA_DLL_API | XsUsbHubInfo_assign (XsUsbHubInfo *thisPtr, XsHubIdentifier hub) |
| Assign a new hub identifier to the XsUsbHubInfo. More... | |
| void XDA_DLL_API | XsUsbHubInfo_construct (XsUsbHubInfo *thisPtr, XsHubIdentifier hub) |
| Initialize the XsUsbHubInfo with hub. More... | |
| void XDA_DLL_API | XsUsbHubInfo_copy (XsUsbHubInfo *copy, XsUsbHubInfo const *src) |
| Copy the contents of the XsUsbHubInfo to copy. More... | |
| void XDA_DLL_API | XsUsbHubInfo_destruct (XsUsbHubInfo *thisPtr) |
| Destroy the XsUsbHubInfo. More... | |
| int XDA_DLL_API | XsUsbHubInfo_parentPathMatches (const XsUsbHubInfo *thisPtr, const XsUsbHubInfo *other) |
| Returns true if the two hub info objects share the same device path. More... | |
| void XDA_DLL_API | XsUsbHubInfo_swap (XsUsbHubInfo *thisPtr, XsUsbHubInfo *thatPtr) |
| Swap the two XsUsbHubInfo items. More... | |
Variables | |
| const typedef char * | XsHubIdentifier |
| #define XSUSBHUBINFO_INITIALIZER { 0 } |
Definition at line 78 of file xsusbhubinfo.h.
| typedef struct XsUsbHubInfo XsUsbHubInfo |
Definition at line 79 of file xsusbhubinfo.h.