Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
DiagnosticMsg Struct Reference

Statistical diagnostic msg. More...

#include <ISettingService.h>

Data Fields

std::string field
 field, For example: "Camera Capture Resolution"
 
std::string description
 description, For example: "3840×2160", may be empty since it might be binary or something else that is hard to represent
 

Detailed Description

Statistical diagnostic msg.

Definition at line 284 of file ISettingService.h.

Field Documentation

◆ description

std::string DiagnosticMsg::description

description, For example: "3840×2160", may be empty since it might be binary or something else that is hard to represent

Definition at line 288 of file ISettingService.h.

◆ field

std::string DiagnosticMsg::field

field, For example: "Camera Capture Resolution"

Definition at line 286 of file ISettingService.h.