Control System helper event callback.
More...
#include <IControlSystemHelper.h>
Control System helper event callback.
Definition at line 122 of file IControlSystemHelper.h.
◆ ~IControlSystemHelperSink()
virtual IControlSystemHelperSink::~IControlSystemHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnEnableZRCSNotification()
virtual void IControlSystemHelperSink::OnEnableZRCSNotification |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable Zoom Room Control System notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
enable | TRUE indicates ZRCS is enabled. Otherwise not. |
◆ OnUpdateZRCSDeviceList()
Zoom Room Control System device list update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
type | Update type. |
list | Incoming control system device list. Combine usage with type. Init, Add or Update. |
◆ OnUpdateZRCSSceneList()
virtual void IControlSystemHelperSink::OnUpdateZRCSSceneList |
( |
const std::vector< ControlSystemSceneInfo > & |
scenes | ) |
|
|
pure virtual |
Zoom Room Control System scene list update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
scenes | Control system scene infos. |