Table of Contents

Class BluetoothStatusCodes

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothStatusCodes : JVMBridgeBase<BluetoothStatusCodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BluetoothStatusCodes>
BluetoothStatusCodes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BluetoothStatusCodes>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BluetoothStatusCodes>.IsAssignableFrom<T>()
JVMBridgeBase<BluetoothStatusCodes>.Execute<T>(params T[])
JVMBridgeBase<BluetoothStatusCodes>.DynBridgeClazz
JVMBridgeBase<BluetoothStatusCodes>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

BluetoothStatusCodes()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public BluetoothStatusCodes()

BluetoothStatusCodes(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public BluetoothStatusCodes(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ERROR_BLUETOOTH_NOT_ALLOWED

public static int ERROR_BLUETOOTH_NOT_ALLOWED { get; }

Property Value

int

ERROR_BLUETOOTH_NOT_ENABLED

public static int ERROR_BLUETOOTH_NOT_ENABLED { get; }

Property Value

int

ERROR_DEVICE_NOT_BONDED

public static int ERROR_DEVICE_NOT_BONDED { get; }

Property Value

int

ERROR_GATT_WRITE_NOT_ALLOWED

public static int ERROR_GATT_WRITE_NOT_ALLOWED { get; }

Property Value

int

ERROR_GATT_WRITE_REQUEST_BUSY

public static int ERROR_GATT_WRITE_REQUEST_BUSY { get; }

Property Value

int

ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION

public static int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION { get; }

Property Value

int

ERROR_PROFILE_SERVICE_NOT_BOUND

public static int ERROR_PROFILE_SERVICE_NOT_BOUND { get; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; }

Property Value

int

FEATURE_NOT_CONFIGURED

public static int FEATURE_NOT_CONFIGURED { get; }

Property Value

int

FEATURE_NOT_SUPPORTED

public static int FEATURE_NOT_SUPPORTED { get; }

Property Value

int

FEATURE_SUPPORTED

public static int FEATURE_SUPPORTED { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

SUCCESS

public static int SUCCESS { get; }

Property Value

int