Class DevicesInfoA

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.