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

Network adapter info. More...

#include <ISettingService.h>

Data Fields

NetworkAdapterUpdateType updateType = NetworkAdapterUpdateTypeNone
 Network adapter update type, see NetworkAdapterUpdateType enum.
 
std::string adapter
 Adapter name.
 
std::string ip
 IP address.
 

Detailed Description

Network adapter info.

Definition at line 447 of file ISettingService.h.

Field Documentation

◆ adapter

std::string NetworkAdapterInfo::adapter

Adapter name.

Definition at line 450 of file ISettingService.h.

◆ ip

std::string NetworkAdapterInfo::ip

IP address.

Definition at line 451 of file ISettingService.h.

◆ updateType

NetworkAdapterUpdateType NetworkAdapterInfo::updateType = NetworkAdapterUpdateTypeNone

Network adapter update type, see NetworkAdapterUpdateType enum.

Definition at line 449 of file ISettingService.h.