Os.Inet_pton(Int32, String) Method

Definition

[Android.Runtime.Register("inet_pton", "(ILjava/lang/String;)Ljava/net/InetAddress;", "")]
public static Java.Net.InetAddress? Inet_pton (int family, string? address);
[<Android.Runtime.Register("inet_pton", "(ILjava/lang/String;)Ljava/net/InetAddress;", "")>]
static member Inet_pton : int * string -> Java.Net.InetAddress

Parameters

family
Int32
address
String

Returns

Attributes

Remarks

See inet_pton(3).

Java documentation for android.system.Os.inet_pton(int, java.lang.String).

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