WiFiDirectInformationElement.Oui Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.