次の方法で共有


WiFiDirectInformationElement.OuiType プロパティ

定義

ベンダー拡張情報要素 (IE) で同じorganizationで定義されている異なる IE 形式を区別するために使用される 1 バイト型の値。

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) で同じorganizationで定義されている異なる IE 形式を区別するために使用される 1 バイト型の値。

適用対象