Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
HWIODeviceUpdate Struct Reference

HWIO device update. More...

#include <IHWIOHelper.h>

Data Fields

HWIODeviceUpdateEventType eventType = HWIODeviceUpdateEventTypeDeviceAdded
 HWIO device update event type, see HWIODeviceUpdateEventType enum.
 
HWIODeviceInfo deviceInfo
 HWIO device info, used for device added, removed or changed events.
 
int32_t deviceID = 0
 Device ID for the updated device.
 
int32_t channelID = -1
 Channel ID for the updated channel. 0 means invalid/unused, positive value means a specific channel.
 
HWIOChannelActivityStatus activityStatus = HWIOChannelActivityStatusOff
 HWIO channel activity status, used for activity status update events.
 
HWIOChannelDetectedInputSignal detectedInputSignal
 HWIO channel detected input signal, used for input signal detection events.
 

Detailed Description

HWIO device update.

Definition at line 350 of file IHWIOHelper.h.

Field Documentation

◆ activityStatus

HWIOChannelActivityStatus HWIODeviceUpdate::activityStatus = HWIOChannelActivityStatusOff

HWIO channel activity status, used for activity status update events.

Definition at line 356 of file IHWIOHelper.h.

◆ channelID

int32_t HWIODeviceUpdate::channelID = -1

Channel ID for the updated channel. 0 means invalid/unused, positive value means a specific channel.

Definition at line 355 of file IHWIOHelper.h.

◆ detectedInputSignal

HWIOChannelDetectedInputSignal HWIODeviceUpdate::detectedInputSignal

HWIO channel detected input signal, used for input signal detection events.

Definition at line 357 of file IHWIOHelper.h.

◆ deviceID

int32_t HWIODeviceUpdate::deviceID = 0

Device ID for the updated device.

Definition at line 354 of file IHWIOHelper.h.

◆ deviceInfo

HWIODeviceInfo HWIODeviceUpdate::deviceInfo

HWIO device info, used for device added, removed or changed events.

Definition at line 353 of file IHWIOHelper.h.

◆ eventType

HWIO device update event type, see HWIODeviceUpdateEventType enum.

Definition at line 352 of file IHWIOHelper.h.