WiFiDirectConnectionParameters.GroupOwnerIntent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 會嘗試成為群組擁有者,而不強制問題。