共用方式為


WiFiDirectConnectionParameters.GroupOwnerIntent 屬性

定義

Wi-Fi Direct connect/pairing 作業中用於群組擁有者交涉的群組擁有者意圖值。

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 Direct connect/pairing 作業中用於群組擁有者交涉的群組擁有者意圖值。

備註

此屬性的預設值為 14。 因此 WiFiDirectConnectionListener 會嘗試成為群組擁有者,而不強制問題。

適用於

另請參閱