Zoom Rooms Controller SDK Reference 6.6.0
|
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. | |
HWIO device update.
Definition at line 350 of file IHWIOHelper.h.
HWIOChannelActivityStatus HWIODeviceUpdate::activityStatus = HWIOChannelActivityStatusOff |
HWIO channel activity status, used for activity status update events.
Definition at line 356 of file IHWIOHelper.h.
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.
HWIOChannelDetectedInputSignal HWIODeviceUpdate::detectedInputSignal |
HWIO channel detected input signal, used for input signal detection events.
Definition at line 357 of file IHWIOHelper.h.
int32_t HWIODeviceUpdate::deviceID = 0 |
Device ID for the updated device.
Definition at line 354 of file IHWIOHelper.h.
HWIODeviceInfo HWIODeviceUpdate::deviceInfo |
HWIO device info, used for device added, removed or changed events.
Definition at line 353 of file IHWIOHelper.h.
HWIODeviceUpdateEventType HWIODeviceUpdate::eventType = HWIODeviceUpdateEventTypeDeviceAdded |
HWIO device update event type, see HWIODeviceUpdateEventType enum.
Definition at line 352 of file IHWIOHelper.h.