Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 992 Bytes

lanidentifier.md

File metadata and controls

24 lines (16 loc) · 992 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Networking.Connectivity.LanIdentifier
winrt class
xbox

Windows.Networking.Connectivity.LanIdentifier

-description

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).

-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.

-examples

How to retrieve network adapter and locality information (XAML)

-see-also