Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IControlSystemHelperSink Class Referenceabstract

Control System helper event callback. More...

#include <IControlSystemHelper.h>

Public Member Functions

virtual ~IControlSystemHelperSink ()
 
virtual void OnEnableZRCSNotification (bool enable)=0
 Enable Zoom Room Control System notification.
 
virtual void OnUpdateZRCSDeviceList (ControlSystemUpdateDeviceType type, const ControlSystemDeviceList &list)=0
 Zoom Room Control System device list update notification.
 
virtual void OnUpdateZRCSSceneList (const std::vector< ControlSystemSceneInfo > &scenes)=0
 Zoom Room Control System scene list update notification.
 

Detailed Description

Control System helper event callback.

Definition at line 122 of file IControlSystemHelper.h.

Constructor & Destructor Documentation

◆ ~IControlSystemHelperSink()

virtual IControlSystemHelperSink::~IControlSystemHelperSink ( )
inlinevirtual

Definition at line 125 of file IControlSystemHelper.h.

125{}

Member Function Documentation

◆ 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
enableTRUE indicates ZRCS is enabled. Otherwise not.

◆ OnUpdateZRCSDeviceList()

virtual void IControlSystemHelperSink::OnUpdateZRCSDeviceList ( ControlSystemUpdateDeviceType  type,
const ControlSystemDeviceList list 
)
pure virtual

Zoom Room Control System device list update notification.

Since
6.0.0
Zoom Rooms minimum version
6.0.0
Parameters
typeUpdate type.
listIncoming 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
scenesControl system scene infos.