Zoom Rooms Controller SDK Reference 6.5.0
|
Control system device list. More...
#include <IControlSystemHelper.h>
Data Fields | |
ControlSystemErrorCode | errorCode = ControlSystemErrorCodeUnknown |
Error code, see ControlSystemErrorCode enum. | |
std::vector< ControlSystemDeviceInfo > | devices |
Devices. | |
Control system device list.
Definition at line 105 of file IControlSystemHelper.h.
std::vector<ControlSystemDeviceInfo> ControlSystemDeviceList::devices |
Devices.
Definition at line 108 of file IControlSystemHelper.h.
ControlSystemErrorCode ControlSystemDeviceList::errorCode = ControlSystemErrorCodeUnknown |
Error code, see ControlSystemErrorCode enum.
Definition at line 107 of file IControlSystemHelper.h.