다음을 통해 공유


WiFiDirectInformationElement.OuiType 속성

정의

동일한 organization 정의된 다양한 IE 형식을 구분하기 위해 공급업체 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

동일한 organization 정의된 다양한 IE 형식을 구분하기 위해 공급업체 IE(확장 정보 요소)에 사용되는 1 바이트 형식 값입니다.

적용 대상