Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ControlSystemDeviceList Struct Reference

Control system device list. More...

#include <IControlSystemHelper.h>

Data Fields

ControlSystemErrorCode errorCode = ControlSystemErrorCodeUnknown
 Error code, see ControlSystemErrorCode enum.
 
std::vector< ControlSystemDeviceInfodevices
 Devices.
 

Detailed Description

Control system device list.

Definition at line 105 of file IControlSystemHelper.h.

Field Documentation

◆ devices

std::vector<ControlSystemDeviceInfo> ControlSystemDeviceList::devices

Devices.

Definition at line 108 of file IControlSystemHelper.h.

◆ errorCode

ControlSystemErrorCode ControlSystemDeviceList::errorCode = ControlSystemErrorCodeUnknown

Error code, see ControlSystemErrorCode enum.

Definition at line 107 of file IControlSystemHelper.h.