Zoom Rooms Controller SDK Reference 6.5.0
|
Room control system interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | ControlSystemDeviceParam |
Control system device param. More... | |
struct | ControlSystemDeviceMethod |
Control system device method. More... | |
struct | ControlSystemDeviceInfo |
Control system device info. More... | |
struct | ControlSystemDeviceList |
Control system device list. More... | |
struct | ControlSystemSceneInfo |
Control system scene info. More... | |
class | IControlSystemHelperSink |
Control System helper event callback. More... | |
class | IControlSystemHelper |
Control System helper interface. More... | |
Room control system interfaces.
Definition in file IControlSystemHelper.h.
Control system device method type Here are more detailed structural descriptions.
Definition at line 28 of file IControlSystemHelper.h.
Control system device status Here are more detailed structural descriptions.
Enumerator | |
---|---|
ControlSystemDeviceStatusDisconnected | Disconnected. |
ControlSystemDeviceStatusConnecting | Connecting. |
ControlSystemDeviceStatusConnected | Connected. |
Definition at line 17 of file IControlSystemHelper.h.
Control system error code Here are more detailed structural descriptions.
Enumerator | |
---|---|
ControlSystemErrorCodeUnknown | Unknown. |
ControlSystemErrorCodeSuccess | Success. |
ControlSystemErrorCodeNoConfig | No Config error. |
ControlSystemErrorCodeJsonSyntax | Json syntax error. |
ControlSystemErrorCodeJsonConfig | Json config error. |
ControlSystemErrorCodeIP | IP error. |
ControlSystemErrorCodeIPIsPublic | IP is public. |
ControlSystemErrorCodeDeviceID | Device ID error. |
ControlSystemErrorCodeMethodID | Method ID error. |
ControlSystemErrorCodeParamID | Param ID error. |
ControlSystemErrorCodeIP2SLSettings | IP2SL settings error. |
ControlSystemErrorCodeEmptyDevice | Empty device. |
Definition at line 41 of file IControlSystemHelper.h.
Control system update device type Here are more detailed structural descriptions.
Enumerator | |
---|---|
ControlSystemUpdateDeviceTypeInit | Init. |
ControlSystemUpdateDeviceTypeAdd | Add. |
ControlSystemUpdateDeviceTypeUpdate | Update. |
Definition at line 61 of file IControlSystemHelper.h.