TwclWiFiIpSettings Record

The record represents IP settings.

Namespace: wclWiFi
type
 TwclWiFiIpSettings = record
 end;

The TwclWiFiIpSettings type exposes the following members.

Show:
 NameDescription
Address

The IP address.

Dns1

The primary DNS address.

Dns2

The secondary DNS address.

Gateway

The default gateway.

Mask

The subnet mask.

Static

True if IP address is static. False if IP address is assigned by DHCP.

Top