Zoom Rooms Controller SDK Reference 6.5.0
|
Control system device method. More...
#include <IControlSystemHelper.h>
Data Fields | |
std::string | methodID |
Method ID. | |
std::string | name |
Name. | |
std::string | icon |
Icon. | |
std::string | command |
Command. | |
ControlSystemDeviceMethodType | type = ControlSystemDeviceMethodTypeNone |
Method type, see ControlSystemDeviceMethodType enum. | |
std::vector< ControlSystemDeviceParam > | params |
Param list. | |
bool | isMain = false |
TRUE indicates this is a main method. | |
bool | isHidden = false |
TRUE indicates this is hidden. | |
Control system device method.
Definition at line 80 of file IControlSystemHelper.h.
std::string ControlSystemDeviceMethod::command |
Command.
Definition at line 85 of file IControlSystemHelper.h.
std::string ControlSystemDeviceMethod::icon |
Icon.
Definition at line 84 of file IControlSystemHelper.h.
bool ControlSystemDeviceMethod::isHidden = false |
TRUE indicates this is hidden.
Definition at line 89 of file IControlSystemHelper.h.
bool ControlSystemDeviceMethod::isMain = false |
TRUE indicates this is a main method.
Definition at line 88 of file IControlSystemHelper.h.
std::string ControlSystemDeviceMethod::methodID |
Method ID.
Definition at line 82 of file IControlSystemHelper.h.
std::string ControlSystemDeviceMethod::name |
Name.
Definition at line 83 of file IControlSystemHelper.h.
std::vector<ControlSystemDeviceParam> ControlSystemDeviceMethod::params |
Param list.
Definition at line 87 of file IControlSystemHelper.h.
ControlSystemDeviceMethodType ControlSystemDeviceMethod::type = ControlSystemDeviceMethodTypeNone |
Method type, see ControlSystemDeviceMethodType enum.
Definition at line 86 of file IControlSystemHelper.h.