Skip to content

Problems with EnableStaticDns() & EnableDynamicDns() Methods in NetworkInterface class #7

Open
@TheTechnoGuy

Description

@TheTechnoGuy

The EnableStaticDns() & EnableDynamicDns() methods in the NetworkInterface class both throw a NotImplementedException. Although the methods are implemented, there is an underlying method UpdateConfiguration() which throws the exception.

FYI - The InitializeNetworkInterfaceSettings() method is also unimplemented.

Please see Netduino.IP / Microsoft.SPOT.Net / NetworkInterface.cs.

The subject methods DO work on a Netduino Plus 2 (which uses the OLD networking stack).
They do NOT work on a Netduino 3 Wi-Fi or on the Netduino 3 Ethernet (which use Netduino.IP)

For more information see:
http://forums.netduino.com/index.php?/topic/12341-n3-ethernet-it-doesnt-work/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions