SipErrorCode.SocketError Field

Definition

When some socket error occurs.

[Android.Runtime.Register("SOCKET_ERROR")]
public const Android.Net.Sip.SipErrorCodes SocketError = -1;
[<Android.Runtime.Register("SOCKET_ERROR")>]
val mutable SocketError : Android.Net.Sip.SipErrorCodes

Field Value

Value = -1
Attributes

Remarks

When some socket error occurs.

Java documentation for android.net.sip.SipErrorCode.SOCKET_ERROR.

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