WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiIpSettings Struct Reference

The record represents IP settings. More...

#include <wclWiFi.h>

Public Attributes

bool Static
 True if IP address is static. False if IP address is assigned by DHCP.
 
tstring Address
 The IP address.
 
tstring Mask
 The subnet mask.
 
tstring Gateway
 The default gateway.
 
tstring Dns1
 The primary DNS address.
 
tstring Dns2
 The secondary DNS address.
 

Detailed Description

The record represents IP settings.