WiFiDirectConnectionParameters.GroupOwnerIntent Property

Definition

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.

Applies to

See also