

Go to the source code of this file.
Functions | |
| int | CUSBBuildList (CPhidgetList **curList) |
| void | CUSBCleanup () |
| int | CUSBCloseHandle (CPhidgetHandle phid) |
| int | CUSBGetDeviceCapabilities (CPhidgetHandle phid, HANDLE DeviceHandle) |
| int | CUSBGetString (CPhidgetHandle phid, int index, char *str) |
| int | CUSBOpenHandle (CPhidgetHandle phid) |
| PHIDGET21_API int CCONV | CUSBReadPacket (CPhidgetHandle phidA, unsigned char *buffer) |
| int | CUSBRefreshLabelString (CPhidgetHandle phid) |
| PHIDGET21_API int CCONV | CUSBSendPacket (CPhidgetHandle phidA, unsigned char *buffer) |
| int | CUSBSetLabel (CPhidgetHandle phid, char *buffer) |
| int | CUSBSetupNotifications () |
| int CUSBBuildList | ( | CPhidgetList ** | curList | ) |
Definition at line 414 of file cusblinux-1.0.c.
| void CUSBCleanup | ( | ) |
Definition at line 602 of file cusblinux-1.0.c.
| int CUSBCloseHandle | ( | CPhidgetHandle | phid | ) |
Definition at line 16 of file cusblinux-1.0.c.
| int CUSBGetDeviceCapabilities | ( | CPhidgetHandle | phid, |
| HANDLE | DeviceHandle | ||
| ) |
| int CUSBGetString | ( | CPhidgetHandle | phid, |
| int | index, | ||
| char * | str | ||
| ) |
| int CUSBOpenHandle | ( | CPhidgetHandle | phid | ) |
Definition at line 612 of file cusblinux-1.0.c.
| PHIDGET21_API int CCONV CUSBReadPacket | ( | CPhidgetHandle | phidA, |
| unsigned char * | buffer | ||
| ) |
Definition at line 188 of file cusblinux-1.0.c.
| int CUSBRefreshLabelString | ( | CPhidgetHandle | phid | ) |
Definition at line 301 of file cusblinux-1.0.c.
| PHIDGET21_API int CCONV CUSBSendPacket | ( | CPhidgetHandle | phidA, |
| unsigned char * | buffer | ||
| ) |
Definition at line 62 of file cusblinux-1.0.c.
| int CUSBSetLabel | ( | CPhidgetHandle | phid, |
| char * | buffer | ||
| ) |
Definition at line 130 of file cusblinux-1.0.c.
| int CUSBSetupNotifications | ( | ) |