Private object for UsbInterface. More...
Public Attributes | |
| int | m_dataInEndPoint |
| int | m_dataOutEndPoint |
| void * | m_deviceHandle |
| uint32_t | m_endTime |
| The time at which an operation will end in ms, used by several functions. More... | |
| XsResultValue | m_lastResult |
| The last result of an operation. More... | |
| char | m_portname [256] |
| uint32_t | m_timeout |
Private object for UsbInterface.
Definition at line 90 of file usbinterface.cpp.
| int UsbInterfacePrivate::m_dataInEndPoint |
Definition at line 107 of file usbinterface.cpp.
| int UsbInterfacePrivate::m_dataOutEndPoint |
Definition at line 108 of file usbinterface.cpp.
| void* UsbInterfacePrivate::m_deviceHandle |
Definition at line 275 of file usbinterface.cpp.
| uint32_t UsbInterfacePrivate::m_endTime |
The time at which an operation will end in ms, used by several functions.
Definition at line 99 of file usbinterface.cpp.
| XsResultValue UsbInterfacePrivate::m_lastResult |
The last result of an operation.
Definition at line 101 of file usbinterface.cpp.
| char UsbInterfacePrivate::m_portname[256] |
Definition at line 109 of file usbinterface.cpp.
| uint32_t UsbInterfacePrivate::m_timeout |
The default timeout value to use during blocking operations. A value of 0 means that all operations become non-blocking.
Definition at line 105 of file usbinterface.cpp.