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

Control system device info. More...

#include <IControlSystemHelper.h>

Data Fields

std::string deviceID
 Device ID.
 
std::string name
 Name.
 
std::string icon
 Icon.
 
ControlSystemDeviceStatus status = ControlSystemDeviceStatusDisconnected
 Device status, see ControlSystemDeviceStatus enum.
 
std::vector< ControlSystemDeviceMethodmethods
 Supports methods.
 

Detailed Description

Control system device info.

Definition at line 94 of file IControlSystemHelper.h.

Field Documentation

◆ deviceID

std::string ControlSystemDeviceInfo::deviceID

Device ID.

Definition at line 96 of file IControlSystemHelper.h.

◆ icon

std::string ControlSystemDeviceInfo::icon

Icon.

Definition at line 98 of file IControlSystemHelper.h.

◆ methods

std::vector<ControlSystemDeviceMethod> ControlSystemDeviceInfo::methods

Supports methods.

Definition at line 100 of file IControlSystemHelper.h.

◆ name

std::string ControlSystemDeviceInfo::name

Name.

Definition at line 97 of file IControlSystemHelper.h.

◆ status

Device status, see ControlSystemDeviceStatus enum.

Definition at line 99 of file IControlSystemHelper.h.