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 は、問題を強制することなく、グループ所有者になるように努力します。

適用対象

こちらもご覧ください