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

Control system scene info. More...

#include <IControlSystemHelper.h>

Data Fields

std::string sceneID
 Scene ID.
 
std::string name
 Name.
 
std::string icon
 Icon.
 

Detailed Description

Control system scene info.

Definition at line 113 of file IControlSystemHelper.h.

Field Documentation

◆ icon

std::string ControlSystemSceneInfo::icon

Icon.

Definition at line 117 of file IControlSystemHelper.h.

◆ name

std::string ControlSystemSceneInfo::name

Name.

Definition at line 116 of file IControlSystemHelper.h.

◆ sceneID

std::string ControlSystemSceneInfo::sceneID

Scene ID.

Definition at line 115 of file IControlSystemHelper.h.