WiFiDirectInformationElement.OuiType 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 one byte type value used in a vendor extension information element (IE) to distinguish between different IE formats defined by the same organization.
public:
property byte OuiType { byte get(); void set(byte value); };
byte OuiType();
void OuiType(byte value);
public byte OuiType { get; set; }
var byte = wiFiDirectInformationElement.ouiType;
wiFiDirectInformationElement.ouiType = byte;
Public Property OuiType As Byte
Property Value
Byte
byte
A one byte type value used in a vendor extension information element (IE) to distinguish between different IE formats defined by the same organization.