Zoom Rooms Controller SDK Reference 6.5.0
|
Control system device param. More...
#include <IControlSystemHelper.h>
Data Fields | |
std::string | paramID |
Param ID. | |
std::string | name |
Name. | |
std::string | icon |
Icon. | |
std::string | value |
Value. | |
Control system device param.
Definition at line 70 of file IControlSystemHelper.h.
std::string ControlSystemDeviceParam::icon |
Icon.
Definition at line 74 of file IControlSystemHelper.h.
std::string ControlSystemDeviceParam::name |
Name.
Definition at line 73 of file IControlSystemHelper.h.
std::string ControlSystemDeviceParam::paramID |
Param ID.
Definition at line 72 of file IControlSystemHelper.h.
std::string ControlSystemDeviceParam::value |
Value.
Definition at line 75 of file IControlSystemHelper.h.