LanIdentifier
LanIdentifier
LanIdentifier
LanIdentifier
LanIdentifier
Class
Definition
Represents physical identification data for a specific NetworkAdapter object. For a code example showing how to retrieve data represented by a LanIdentifier object, see How to retrieve network adapter and locality information (XAML).
public : sealed class LanIdentifier : ILanIdentifier
struct winrt::Windows::Networking::Connectivity::LanIdentifier : ILanIdentifier
public sealed class LanIdentifier : ILanIdentifier
Public NotInheritable Class LanIdentifier Implements ILanIdentifier
// This class does not provide a public constructor.
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Examples
How to retrieve network adapter and locality information (XAML)
Remarks
Location data is expressed either as a BSSID if the network adapter media type is Wireless LAN, or as a tuple <ChassisId, Port Number> if the network adapter type is Ethernet. The data is represented according to the LLDP protocol.
Properties
InfrastructureId InfrastructureId InfrastructureId InfrastructureId InfrastructureId |
Gets a LanIdentifierData object containing locality identification information for the network adapter's connection. |
NetworkAdapterId NetworkAdapterId NetworkAdapterId NetworkAdapterId NetworkAdapterId |
Gets the adapter GUID that identifies the network adapter to associate with the locality information. |
PortId PortId PortId PortId PortId |
Gets a LanIdentifierData object containing the port ID from the Link Layer Discovery Protocol (LLDP) locality information for an Ethernet type network adapter. |