LocalSocket.SocketSeqpacket Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.

Sequential packet socket type

[Android.Runtime.Register("SOCKET_SEQPACKET")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)]
public const Android.Net.SocketType SocketSeqpacket = 3;
[<Android.Runtime.Register("SOCKET_SEQPACKET")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.SocketType enum directly instead of this field.", true)>]
val mutable SocketSeqpacket : Android.Net.SocketType

Field Value

Value = 3
Attributes

Remarks

Sequential packet socket type

Java documentation for android.net.LocalSocket.SOCKET_SEQPACKET.

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