Share via


WiFiDirectInformationElement.OuiType Property

Definition

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.

Applies to