Android.Net.IpPrefix Members

The members of Android.Net.IpPrefix are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AddressJava.Net.InetAddress. Returns a copy of the first IP address in the prefix.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Implement the Parcelable interface.
[read-only]
PrefixLengthint. Returns the prefix length of this IpPrefix.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Implement the Parcelable interface.
GetRawAddress() : byte[]
Returns a copy of the IP address bytes in network order (the highest order byte is the zeroth element).
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Implement the Parcelable interface.