EthernetNetworkSpecifier.CanBeSatisfiedBy(NetworkSpecifier) Method
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.
[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
- other
- NetworkSpecifier
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.
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.