共用方式為


WiFiDirectInformationElement.OuiType 屬性

定義

廠商擴充資訊元素中使用的一個位元組類型值, (IE) ,以區分相同組織所定義的不同 IE 格式。

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

屬性值

Byte

byte

廠商擴充資訊元素中使用的一個位元組類型值, (IE) ,以區分相同組織所定義的不同 IE 格式。

適用於