Class DeviceInfoA
Defined in File WMX3Api.h
Class Documentation
-
class DeviceInfoA
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
-
DeviceInfoA()
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.
-
char name[constants::maxDeviceName]
The name of the device. This string is empty until the device is named using the appropriate function.
-
DeviceInfoA()