Share via


WiFiDirectInformationElement.Oui Property

Definition

A three-byte organization identifier used to indicate the organization that defined a vendor extension information element (IE).

public:
 property IBuffer ^ Oui { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Oui();

void Oui(IBuffer value);
public IBuffer Oui { get; set; }
var iBuffer = wiFiDirectInformationElement.oui;
wiFiDirectInformationElement.oui = iBuffer;
Public Property Oui As IBuffer

Property Value

A three-byte organization identifier used to indicate the organization that defined a vendor extension IE.

Applies to