WiFiDirectInformationElement.OuiType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ベンダー拡張情報要素 (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 バイト型の値。