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

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< ControlSystemDeviceParamparams
 Param list.
 
bool isMain = false
 TRUE indicates this is a main method.
 
bool isHidden = false
 TRUE indicates this is hidden.
 

Detailed Description

Control system device method.

Definition at line 80 of file IControlSystemHelper.h.

Field Documentation

◆ command

std::string ControlSystemDeviceMethod::command

Command.

Definition at line 85 of file IControlSystemHelper.h.

◆ icon

std::string ControlSystemDeviceMethod::icon

Icon.

Definition at line 84 of file IControlSystemHelper.h.

◆ isHidden

bool ControlSystemDeviceMethod::isHidden = false

TRUE indicates this is hidden.

Definition at line 89 of file IControlSystemHelper.h.

◆ isMain

bool ControlSystemDeviceMethod::isMain = false

TRUE indicates this is a main method.

Definition at line 88 of file IControlSystemHelper.h.

◆ methodID

std::string ControlSystemDeviceMethod::methodID

Method ID.

Definition at line 82 of file IControlSystemHelper.h.

◆ name

std::string ControlSystemDeviceMethod::name

Name.

Definition at line 83 of file IControlSystemHelper.h.

◆ params

std::vector<ControlSystemDeviceParam> ControlSystemDeviceMethod::params

Param list.

Definition at line 87 of file IControlSystemHelper.h.

◆ type

Method type, see ControlSystemDeviceMethodType enum.

Definition at line 86 of file IControlSystemHelper.h.