Language

EthernetNetworkSpecifier.CanBeSatisfiedBy(NetworkSpecifier) Method

Definition

Check if this specifier can be satisfied by another specifier by interface name or/and MAC address.

[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

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