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

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.
 

Detailed Description

Control system device param.

Definition at line 70 of file IControlSystemHelper.h.

Field Documentation

◆ icon

std::string ControlSystemDeviceParam::icon

Icon.

Definition at line 74 of file IControlSystemHelper.h.

◆ name

std::string ControlSystemDeviceParam::name

Name.

Definition at line 73 of file IControlSystemHelper.h.

◆ paramID

std::string ControlSystemDeviceParam::paramID

Param ID.

Definition at line 72 of file IControlSystemHelper.h.

◆ value

std::string ControlSystemDeviceParam::value

Value.

Definition at line 75 of file IControlSystemHelper.h.