Language

EthernetNetworkSpecifier.CanBeSatisfiedBy(NetworkSpecifier) Method

Definition

[Android.Runtime.Register("canBeSatisfiedBy", "(Landroid/net/NetworkSpecifier;)Z", "", ApiSince=33)]
public bool CanBeSatisfiedBy(Android.Net.NetworkSpecifier? other);
[<Android.Runtime.Register("canBeSatisfiedBy", "(Landroid/net/NetworkSpecifier;)Z", "", ApiSince=33)>]
member this.CanBeSatisfiedBy : Android.Net.NetworkSpecifier -> bool

Parameters

Returns

Attributes

Remarks

Check if this specifier can be satisfied by another specifier by interface name or/and MAC address. Note that because ethernet Networks always set an EthernetNetworkSpecifier that includes both interface name and MAC address, the match is asymmetrical.

Java documentation for android.net.EthernetNetworkSpecifier.canBeSatisfiedBy(android.net.NetworkSpecifier).

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.

Applies to