Class DevicesInfoW
Defined in File WMX3Api.h
Class Documentation
-
class DevicesInfoW
This class contains the information of all existing devices.
Public Functions
-
DevicesInfoW()
Public Members
-
unsigned int count
The number of devices that exist.
-
DeviceInfoW devices[constants::maxDevices]
An array containing the information of each device. The first “count” indices contain the device information.
-
DevicesInfoW()