Hi,
ich versuche seit einem weilchen, die IP meines Netduino über Debug.Print() anzuzeigen...
Hab da schon was probiert, aber nix geworden:
ERROR: Error 11 'GetIPProperties' is not a member of 'Microsoft.SPOT.Net.NetworkInformation.NetworkInterface'. C:\Users\...\Downloads\Webserver(1)\Webserver\Webserver\MainProgram.vb 51 31 Webserver
Imports:
Imports Microsoft.SPOT
Imports Microsoft.SPOT.Hardware
Imports SecretLabs.NETMF.Hardware
Imports SecretLabs.NETMF.Hardware.NetduinoPlus$
Imports System.Net
Imports System.Net.Sockets
Imports Microsoft.SPOT.Net.NetworkInformation
Kann mir jemand weiterhelfen? =)
PS: Netduino Firmware 4.2 - VB Support
mfg
gfc
ich versuche seit einem weilchen, die IP meines Netduino über Debug.Print() anzuzeigen...
Hab da schon was probiert, aber nix geworden:
VB.NET-Quellcode
- Sub Main()
- Dim netiinterface As NetworkInterface
- Dim ipadresse As String
- For Each ipadresse In netiinterface.GetIPProperties.UnicastAddresses
- Debug.Print(ipadresse.ToString)
- Next
- _onBoardLED = New OutputPort(Pins.ONBOARD_LED, False)
- _onBoardButton = New InterruptPort(Pins.ONBOARD_SW1, False,
- Port.ResistorMode.Disabled,
- Port.InterruptMode.InterruptEdgeBoth)
- AddHandler _onBoardButton.OnInterrupt, AddressOf onBoardButton_OnInterrupt
- _webServer = New WebServer(WEB_ROOT, WebServer.HTTP_PORT)
- Thread.Sleep(Timeout.Infinite)
- End Sub
ERROR: Error 11 'GetIPProperties' is not a member of 'Microsoft.SPOT.Net.NetworkInformation.NetworkInterface'. C:\Users\...\Downloads\Webserver(1)\Webserver\Webserver\MainProgram.vb 51 31 Webserver
Imports:
Imports Microsoft.SPOT
Imports Microsoft.SPOT.Hardware
Imports SecretLabs.NETMF.Hardware
Imports SecretLabs.NETMF.Hardware.NetduinoPlus$
Imports System.Net
Imports System.Net.Sockets
Imports Microsoft.SPOT.Net.NetworkInformation
Kann mir jemand weiterhelfen? =)
PS: Netduino Firmware 4.2 - VB Support
mfg
gfc