Zoom Rooms Controller SDK Reference 6.5.0
|
Control system device info. More...
#include <IControlSystemHelper.h>
Data Fields | |
std::string | deviceID |
Device ID. | |
std::string | name |
Name. | |
std::string | icon |
Icon. | |
ControlSystemDeviceStatus | status = ControlSystemDeviceStatusDisconnected |
Device status, see ControlSystemDeviceStatus enum. | |
std::vector< ControlSystemDeviceMethod > | methods |
Supports methods. | |
Control system device info.
Definition at line 94 of file IControlSystemHelper.h.
std::string ControlSystemDeviceInfo::deviceID |
Device ID.
Definition at line 96 of file IControlSystemHelper.h.
std::string ControlSystemDeviceInfo::icon |
Icon.
Definition at line 98 of file IControlSystemHelper.h.
std::vector<ControlSystemDeviceMethod> ControlSystemDeviceInfo::methods |
Supports methods.
Definition at line 100 of file IControlSystemHelper.h.
std::string ControlSystemDeviceInfo::name |
Name.
Definition at line 97 of file IControlSystemHelper.h.
ControlSystemDeviceStatus ControlSystemDeviceInfo::status = ControlSystemDeviceStatusDisconnected |
Device status, see ControlSystemDeviceStatus enum.
Definition at line 99 of file IControlSystemHelper.h.