Zoom Rooms Controller SDK Reference 6.6.0
|
HWIO assign deviceInfo. More...
#include <IHWIOHelper.h>
Data Fields | |
int32_t | deviceID = 0 |
Assign device ID. | |
int32_t | channelID = -1 |
Assign channel ID. 0 means apply to all channels, positive value means a specific channel. | |
HWIOAssignmentStatus | assignmentStatus |
Assignment status, see HWIOAssignmentStatus struct. | |
HWIO assign deviceInfo.
Definition at line 287 of file IHWIOHelper.h.
HWIOAssignmentStatus HWIOAssignDeviceInfo::assignmentStatus |
Assignment status, see HWIOAssignmentStatus struct.
Definition at line 291 of file IHWIOHelper.h.
int32_t HWIOAssignDeviceInfo::channelID = -1 |
Assign channel ID. 0 means apply to all channels, positive value means a specific channel.
Definition at line 290 of file IHWIOHelper.h.
int32_t HWIOAssignDeviceInfo::deviceID = 0 |
Assign device ID.
Definition at line 289 of file IHWIOHelper.h.