SipErrorCode.PeerNotReachable Field

Definition

When the peer is not reachable.

[Android.Runtime.Register("PEER_NOT_REACHABLE")]
public const Android.Net.Sip.SipErrorCodes PeerNotReachable = -7;
[<Android.Runtime.Register("PEER_NOT_REACHABLE")>]
val mutable PeerNotReachable : Android.Net.Sip.SipErrorCodes

Field Value

Value = -7
Attributes

Remarks

When the peer is not reachable.

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

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