WiFiDirectConnectionParameters.GroupOwnerIntent 属性

定义

用于 Wi-Fi 直接连接/配对操作中的组所有者协商的组所有者意向值。

public:
 property short GroupOwnerIntent { short get(); void set(short value); };
short GroupOwnerIntent();

void GroupOwnerIntent(short value);
public short GroupOwnerIntent { get; set; }
var int16 = wiFiDirectConnectionParameters.groupOwnerIntent;
wiFiDirectConnectionParameters.groupOwnerIntent = int16;
Public Property GroupOwnerIntent As Short

属性值

Int16

short

用于 Wi-Fi 直接连接/配对操作中的组所有者协商的组所有者意向值。

注解

此属性的默认值为 14。 因此, WiFiDirectConnectionListener 将努力成为组所有者,而不会强制解决问题。

适用于

另请参阅