Class WiredNetworkAdapter
Represents a wired Ethernet network adapter
Assembly: Meadow.dll
View Source
Declaration
public class WiredNetworkAdapter : NetworkAdapterBase, IWiredNetworkAdapter, INetworkAdapter
Inheritance: System.Object
-> Meadow.NetworkAdapterBase
Implements:
Meadow.Hardware.IWiredNetworkAdapter
Properties
IsConnected
Returns true
if the adapter is connected, otherwise false
View Source
Declaration
public override bool IsConnected { get; }