Share via


NETWORK

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This module performs general networking functionalities, such as host name resolution, adapter binding, IP address renewal and release, and network bridging for the Remote Configuration Framework.

The following table shows the configurable settings for NETWORK.

Value : Type Access Index Description

IPAddress : STRING

Read-write

AdapterName

Specifies the IP address of the device on the network.

Subnet : STRING

Read-write

AdapterName

Specifies the subnet.

DNS1 : STRING

Read-write

AdapterName

Specifies the primary DNS Name Server.

DNS2 : STRING

Read-write

AdapterName

Specifies the secondary DNS Name Server.

WINS1 : STRING

Read-write

AdapterName

Specifies the primary NetBIOS Name Server (WINS1).

WINS2 : STRING

Read-write

AdapterName

Specifies the secondary NETBIOS Name Server (WINS2).

GATEWAY : STRING

Read-write

AdapterName

Specifies the default gateway value.

DHCP : STRING

Read-write

AdapterName

If this value is set to "ENABLED," the DHCP allocator is enabled; if this value is set to "DISABLED," the DHCP allocator is disabled.

MBridgeBinding : STRING

Read-write

AdapterName

Specifies a list of bindings for the MAC bridge.

MACAddress : STRING

Read-write

AdapterName

Specifies the Media Access Control (MAC) address of the network adapter.

AutoDNS : DWORD

Read-write

AdapterName

If this value is set to 1, AutoDNS is enabled; if this value is set to 0, AutoDNS is disabled and Domain Name Server (DNS) is configured manually.

ProtocolsToBindTo : STRING

Read-write

AdapterName

Specifies the protocols a specific network adapter is bound to.

Release : DWORD

Write-only

AdapterName

Releases the IP address for a specific network adapter.

Renew : DWORD

Write-only

AdapterName

Renews the IP address for a specific network adapter.

See Also

Concepts

Remote Configuration Framework Modules