Table of Contents

Class SipErrorCode

Namespace
Android.Net.Sip
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class SipErrorCode : JVMBridgeBase<SipErrorCode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
SipErrorCode
Implements
Extension Methods

Constructors

SipErrorCode(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SipErrorCode(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CLIENT_ERROR

[Obsolete("Deprecated in JVM")]
public static int CLIENT_ERROR { get; set; }

Property Value

int

CROSS_DOMAIN_AUTHENTICATION

[Obsolete("Deprecated in JVM")]
public static int CROSS_DOMAIN_AUTHENTICATION { get; set; }

Property Value

int

DATA_CONNECTION_LOST

[Obsolete("Deprecated in JVM")]
public static int DATA_CONNECTION_LOST { get; set; }

Property Value

int

INVALID_CREDENTIALS

[Obsolete("Deprecated in JVM")]
public static int INVALID_CREDENTIALS { get; set; }

Property Value

int

INVALID_REMOTE_URI

[Obsolete("Deprecated in JVM")]
public static int INVALID_REMOTE_URI { get; set; }

Property Value

int

IN_PROGRESS

[Obsolete("Deprecated in JVM")]
public static int IN_PROGRESS { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NO_ERROR

[Obsolete("Deprecated in JVM")]
public static int NO_ERROR { get; set; }

Property Value

int

PEER_NOT_REACHABLE

[Obsolete("Deprecated in JVM")]
public static int PEER_NOT_REACHABLE { get; set; }

Property Value

int

SERVER_ERROR

[Obsolete("Deprecated in JVM")]
public static int SERVER_ERROR { get; set; }

Property Value

int

SERVER_UNREACHABLE

[Obsolete("Deprecated in JVM")]
public static int SERVER_UNREACHABLE { get; set; }

Property Value

int

SOCKET_ERROR

[Obsolete("Deprecated in JVM")]
public static int SOCKET_ERROR { get; set; }

Property Value

int

TIME_OUT

[Obsolete("Deprecated in JVM")]
public static int TIME_OUT { get; set; }

Property Value

int

TRANSACTION_TERMINTED

[Obsolete("Deprecated in JVM")]
public static int TRANSACTION_TERMINTED { get; set; }

Property Value

int

Methods

ToString(int)

[Obsolete("Deprecated in JVM")]
public static String ToString(int arg0)

Parameters

arg0 int

int

Returns

String

String