Class DeviceInfoW¶
Defined in File WMX3Api.h
Class Documentation¶
-
class DeviceInfoW¶
This class contains the information of a device. Each device represents a channel through which a user application process may send commands to the engine.
Public Functions
-
DeviceInfoW()¶
Public Members
-
unsigned int id¶
The id number of the device. Each device is assigned a unique id number.
-
DeviceType::T type¶
The type of the device.
-
unsigned int watchdog¶
The watchdog timeout value.
-
unsigned int watchdogCount¶
The current watchdog counter value.
-
wchar_t name[constants::maxDeviceName]¶
The name of the device. This string is empty until the device is named using the appropriate function.
-
DeviceInfoW()¶