次の方法で共有


NETWORK (Windows CE 5.0)

Send Feedback

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

Remote Configuration Framework Modules

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.