| SurgSim::Device::WdkHidDeviceHandle::State::State |
( |
const State & |
other | ) |
|
|
private |
| State& SurgSim::Device::WdkHidDeviceHandle::State::operator= |
( |
const State & |
other | ) |
|
|
private |
| FileHandle SurgSim::Device::WdkHidDeviceHandle::State::handle |
The underlying device file handle.
| bool SurgSim::Device::WdkHidDeviceHandle::State::isDeviceDead |
True if the communication with this device has failed without possibility of recovery.
| bool SurgSim::Device::WdkHidDeviceHandle::State::isOverlappedReadPending |
True if we are waiting for the result of an overlapped (i.e. asynchronous) read.
| unsigned char SurgSim::Device::WdkHidDeviceHandle::State::overlappedReadBuffer[7 *128] |
The buffer used to store the output of overlapped (i.e. asynchronous) reads.
| OVERLAPPED SurgSim::Device::WdkHidDeviceHandle::State::overlappedReadState |
The OVERLAPPED state structure for overlapped (i.e. asynchronous) reads.
The documentation for this struct was generated from the following file: