WiFiDirectConnectionParameters.GroupOwnerIntent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The group owner intent value used for group owner negotiation in a Wi-Fi Direct connect/pairing operation.
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
Property Value
Int16
short
The group owner intent value used for group owner negotiation in a Wi-Fi Direct connect/pairing operation.
Remarks
The default value for this property is 14. So the WiFiDirectConnectionListener will try hard to be the group owner without forcing the issue.