Share via


NetBT XML Example (Standard 8 Module Reference)

7/8/2014

Review an XML example of how to configure NetBT in the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

The following XML example shows how to configure NetBT.

<Interfaces>
    <Interface wcm:action="add">
        <NameServerList>
            <IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.89</IpAddress>
            <IpAddress wcm:action="add" wcm:keyValue="IpAddress2">56.78.90.123</IpAddress>
            </NameServerList>
        <NetbiosOptions>2</NetbiosOptions>
        <Identifier>Local Area Connection</Identifier>
    </Interface>
</Interfaces>

See Also

Reference

NetBT
Action
Key
Value
NetbiosOptions
Identifier