Table of Contents

Class BluetoothStatusCodes

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothStatusCodes : JVMBridgeBase<BluetoothStatusCodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BluetoothStatusCodes
Implements
Extension Methods

Constructors

BluetoothStatusCodes(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 BluetoothStatusCodes(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ERROR_BLUETOOTH_NOT_ALLOWED

public static int ERROR_BLUETOOTH_NOT_ALLOWED { get; set; }

Property Value

int

ERROR_BLUETOOTH_NOT_ENABLED

public static int ERROR_BLUETOOTH_NOT_ENABLED { get; set; }

Property Value

int

ERROR_DEVICE_NOT_BONDED

public static int ERROR_DEVICE_NOT_BONDED { get; set; }

Property Value

int

ERROR_GATT_WRITE_NOT_ALLOWED

public static int ERROR_GATT_WRITE_NOT_ALLOWED { get; set; }

Property Value

int

ERROR_GATT_WRITE_REQUEST_BUSY

public static int ERROR_GATT_WRITE_REQUEST_BUSY { get; set; }

Property Value

int

ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION

public static int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION { get; set; }

Property Value

int

ERROR_PROFILE_SERVICE_NOT_BOUND

public static int ERROR_PROFILE_SERVICE_NOT_BOUND { get; set; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; set; }

Property Value

int

FEATURE_NOT_CONFIGURED

public static int FEATURE_NOT_CONFIGURED { get; set; }

Property Value

int

FEATURE_NOT_SUPPORTED

public static int FEATURE_NOT_SUPPORTED { get; set; }

Property Value

int

FEATURE_SUPPORTED

public static int FEATURE_SUPPORTED { 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

SUCCESS

public static int SUCCESS { get; set; }

Property Value

int