Class BluetoothStatusCodes
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ERROR_BLUETOOTH_NOT_ALLOWED
public static int ERROR_BLUETOOTH_NOT_ALLOWED { get; set; }
Property Value
ERROR_BLUETOOTH_NOT_ENABLED
public static int ERROR_BLUETOOTH_NOT_ENABLED { get; set; }
Property Value
ERROR_DEVICE_NOT_BONDED
public static int ERROR_DEVICE_NOT_BONDED { get; set; }
Property Value
ERROR_GATT_WRITE_NOT_ALLOWED
public static int ERROR_GATT_WRITE_NOT_ALLOWED { get; set; }
Property Value
ERROR_GATT_WRITE_REQUEST_BUSY
public static int ERROR_GATT_WRITE_REQUEST_BUSY { get; set; }
Property Value
ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION
public static int ERROR_MISSING_BLUETOOTH_CONNECT_PERMISSION { get; set; }
Property Value
ERROR_PROFILE_SERVICE_NOT_BOUND
public static int ERROR_PROFILE_SERVICE_NOT_BOUND { get; set; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; set; }
Property Value
FEATURE_NOT_CONFIGURED
public static int FEATURE_NOT_CONFIGURED { get; set; }
Property Value
FEATURE_NOT_SUPPORTED
public static int FEATURE_NOT_SUPPORTED { get; set; }
Property Value
FEATURE_SUPPORTED
public static int FEATURE_SUPPORTED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SUCCESS
public static int SUCCESS { get; set; }