Devices¶
Class that represents a list of Altronix LINQ devices
Constructor(s)¶
| constructor(s) | description |
|---|---|
| Devices() | Creates an empty instance with an empty list of devices |
| Devices(List<Device> devices) | Creates an instance with an initial list of devices |
Member Fields¶
| property | type |
|---|---|
| devices | List<Device> |
Functions¶
| property | description |
|---|---|
| devices.insertList | |
| devices.addDevice | |
| devices.removeDevice | |
| devices.getDevice | |
| devices.getDevices | |
| devices.updateDevice | |
| devices.deviceAlreadyExists | |
| devices.count |