WifiP2pManager.IsGroupOwnerIPv6LinkLocalAddressProvided 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.
Checks whether this device, while being a group client, can discover and deliver the group owner's IPv6 link-local address.
public virtual bool IsGroupOwnerIPv6LinkLocalAddressProvided { [Android.Runtime.Register("isGroupOwnerIPv6LinkLocalAddressProvided", "()Z", "GetIsGroupOwnerIPv6LinkLocalAddressProvidedHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isGroupOwnerIPv6LinkLocalAddressProvided", "()Z", "GetIsGroupOwnerIPv6LinkLocalAddressProvidedHandler", ApiSince=34)>]
member this.IsGroupOwnerIPv6LinkLocalAddressProvided : bool
Property Value
true
if supported, false
otherwise.
- Attributes
Remarks
Checks whether this device, while being a group client, can discover and deliver the group owner's IPv6 link-local address.
If this method returns true
and #connect(Channel, WifiP2pConfig, ActionListener)
method is called with WifiP2pConfig
having WifiP2pConfig#GROUP_CLIENT_IP_PROVISIONING_MODE_IPV6_LINK_LOCAL
as the group client IP provisioning mode, then the group owner's IPv6 link-local address will be delivered in the group client via #WIFI_P2P_CONNECTION_CHANGED_ACTION
broadcast intent (i.e, group owner address in #EXTRA_WIFI_P2P_INFO
). If this method returns false
, then IPv6 link-local addresses can still be used, but it is the responsibility of the caller to discover that address in other ways, e.g. using out-of-band communication.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.