LanIdentifierData
LanIdentifierData
LanIdentifierData
LanIdentifierData
Class
Definition
Represents the port specific data that enables LAN locality capabilities.
public : sealed class LanIdentifierData : ILanIdentifierDatapublic sealed class LanIdentifierData : ILanIdentifierDataPublic NotInheritable Class LanIdentifierData Implements ILanIdentifierData// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| 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)
|
Properties
Type Type Type Type
Gets a value indicating the type of data stored in the value field of the LanIdentifierData object according to the Link Layer Discovery Protocol (LLDP) protocol.
public : unsigned int Type { get; }public uint Type { get; }Public ReadOnly Property Type As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
A numeric value that maps to a value-type defined by the LLDP protocol used to define the locality information.
Value Value Value Value
Gets the serialized value.
public : IVectorView<byte> Value { get; }public IReadOnlyList<byte> Value { get; }Public ReadOnly Property Value As IReadOnlyList<byte>// You can use this property in JavaScript.
- Value
- IVectorView<byte> IReadOnlyList<byte> IReadOnlyList<byte> IReadOnlyList<byte>
A byte array that contains the serialized value of the data.