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