Zoom Rooms Controller SDK Reference 6.6.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 457 of file ISettingService.h.

Field Documentation

◆ adapter

std::string NetworkAdapterInfo::adapter

Adapter name.

Definition at line 460 of file ISettingService.h.

◆ ip

std::string NetworkAdapterInfo::ip

IP address.

Definition at line 461 of file ISettingService.h.

◆ updateType

NetworkAdapterUpdateType NetworkAdapterInfo::updateType = NetworkAdapterUpdateTypeNone

Network adapter update type, see NetworkAdapterUpdateType enum.

Definition at line 459 of file ISettingService.h.