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

HWIO input signal detection. More...

#include <IHWIOHelper.h>

Data Fields

int32_t deviceID = 0
 Device ID.
 
bool enable = false
 TRUE indicates the input signal detection is enabled. Otherwise not.
 

Detailed Description

HWIO input signal detection.

Definition at line 371 of file IHWIOHelper.h.

Field Documentation

◆ deviceID

int32_t HWIOInputSignalDetection::deviceID = 0

Device ID.

Definition at line 373 of file IHWIOHelper.h.

◆ enable

bool HWIOInputSignalDetection::enable = false

TRUE indicates the input signal detection is enabled. Otherwise not.

Definition at line 374 of file IHWIOHelper.h.