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 格式。

适用于