L2capNetworkSpecifier.Builder.SetRemoteAddress(MacAddress) 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.
Sets the remote MAC address for a client network.
[Android.Runtime.Register("setRemoteAddress", "(Landroid/net/MacAddress;)Landroid/net/L2capNetworkSpecifier$Builder;", "", ApiSince=36)]
public Android.Net.L2capNetworkSpecifier.Builder SetRemoteAddress(Android.Net.MacAddress? remoteAddress);
[<Android.Runtime.Register("setRemoteAddress", "(Landroid/net/MacAddress;)Landroid/net/L2capNetworkSpecifier$Builder;", "", ApiSince=36)>]
member this.SetRemoteAddress : Android.Net.MacAddress -> Android.Net.L2capNetworkSpecifier.Builder
Parameters
- remoteAddress
- MacAddress
The address to connect to, or null to match any MAC address.
Returns
This builder.
- Attributes
Remarks
This setting is valid only for client networks. When it is unset, the specifier matches any MAC address.