SipErrorCode.ServerUnreachable Field

Definition

When the server is not reachable.

[Android.Runtime.Register("SERVER_UNREACHABLE")]
public const Android.Net.Sip.SipErrorCodes ServerUnreachable = -12;
[<Android.Runtime.Register("SERVER_UNREACHABLE")>]
val mutable ServerUnreachable : Android.Net.Sip.SipErrorCodes

Field Value

Value = -12
Attributes

Remarks

When the server is not reachable.

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

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