Freigeben über


WiFiDirectInformationElement Klasse

Definition

Stellt Informationselemente in einem Wi-Fi Direct-Paket dar.

public ref class WiFiDirectInformationElement sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WiFiDirectInformationElement final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class WiFiDirectInformationElement final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WiFiDirectInformationElement
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class WiFiDirectInformationElement
function WiFiDirectInformationElement()
Public NotInheritable Class WiFiDirectInformationElement
Vererbung
Object Platform::Object IInspectable WiFiDirectInformationElement
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Ein Informationselement (IE) ist eine Form strukturierter Daten, die in Wi-Fi Direct-Pakete eingeschlossen werden können. IEs werden als Wertfeld mit variabler Länge formatiert, dem Typ- und Längenfelder vorangestellt sind.

Konstruktoren

WiFiDirectInformationElement()

Erstellt ein neues WiFiDirectInformationElement-Objekt .

Eigenschaften

Oui

Ein Drei-Byte-organization Bezeichner, der verwendet wird, um die organization anzugeben, die ein Anbietererweiterungsinformationselement (Vendor Extension Information Element, IE) definiert hat.

OuiType

Ein Ein-Byte-Typwert, der in einem Anbietererweiterungsinformationselement (IE) verwendet wird, um zwischen verschiedenen IE-Formaten zu unterscheiden, die von demselben organization definiert werden.

Value

Der Wert des Informationselements.

Methoden

CreateFromBuffer(IBuffer)

Erstellen Sie ein Array von Informationselementen aus einem Datenpuffer.

CreateFromDeviceInformation(DeviceInformation)

Erstellen Sie ein Array von Informationselementen aus einem DeviceInformation-Objekt .

Gilt für:

Weitere Informationen