Table of Contents

Class BluetoothGattCharacteristic

Namespace
Android.Bluetooth
Assembly
MASES.Netdroid.dll
public class BluetoothGattCharacteristic : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
BluetoothGattCharacteristic
Implements
Inherited Members
Extension Methods

Constructors

BluetoothGattCharacteristic(UUID, int, int)

public BluetoothGattCharacteristic(UUID arg0, int arg1, int arg2)

Parameters

arg0 UUID

UUID

arg1 int

int

arg2 int

int

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

FORMAT_FLOAT

public static int FORMAT_FLOAT { get; set; }

Property Value

int

FORMAT_SFLOAT

public static int FORMAT_SFLOAT { get; set; }

Property Value

int

FORMAT_SINT16

public static int FORMAT_SINT16 { get; set; }

Property Value

int

FORMAT_SINT32

public static int FORMAT_SINT32 { get; set; }

Property Value

int

FORMAT_SINT8

public static int FORMAT_SINT8 { get; set; }

Property Value

int

FORMAT_UINT16

public static int FORMAT_UINT16 { get; set; }

Property Value

int

FORMAT_UINT32

public static int FORMAT_UINT32 { get; set; }

Property Value

int

FORMAT_UINT8

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

PERMISSION_READ

public static int PERMISSION_READ { get; set; }

Property Value

int

PERMISSION_READ_ENCRYPTED

public static int PERMISSION_READ_ENCRYPTED { get; set; }

Property Value

int

PERMISSION_READ_ENCRYPTED_MITM

public static int PERMISSION_READ_ENCRYPTED_MITM { get; set; }

Property Value

int

PERMISSION_WRITE

public static int PERMISSION_WRITE { get; set; }

Property Value

int

PERMISSION_WRITE_ENCRYPTED

public static int PERMISSION_WRITE_ENCRYPTED { get; set; }

Property Value

int

PERMISSION_WRITE_ENCRYPTED_MITM

public static int PERMISSION_WRITE_ENCRYPTED_MITM { get; set; }

Property Value

int

PERMISSION_WRITE_SIGNED

public static int PERMISSION_WRITE_SIGNED { get; set; }

Property Value

int

PERMISSION_WRITE_SIGNED_MITM

public static int PERMISSION_WRITE_SIGNED_MITM { get; set; }

Property Value

int

PROPERTY_BROADCAST

public static int PROPERTY_BROADCAST { get; set; }

Property Value

int

PROPERTY_EXTENDED_PROPS

public static int PROPERTY_EXTENDED_PROPS { get; set; }

Property Value

int

PROPERTY_INDICATE

public static int PROPERTY_INDICATE { get; set; }

Property Value

int

PROPERTY_NOTIFY

public static int PROPERTY_NOTIFY { get; set; }

Property Value

int

PROPERTY_READ

public static int PROPERTY_READ { get; set; }

Property Value

int

PROPERTY_SIGNED_WRITE

public static int PROPERTY_SIGNED_WRITE { get; set; }

Property Value

int

PROPERTY_WRITE

public static int PROPERTY_WRITE { get; set; }

Property Value

int

PROPERTY_WRITE_NO_RESPONSE

public static int PROPERTY_WRITE_NO_RESPONSE { get; set; }

Property Value

int

WRITE_TYPE_DEFAULT

public static int WRITE_TYPE_DEFAULT { get; set; }

Property Value

int

WRITE_TYPE_NO_RESPONSE

public static int WRITE_TYPE_NO_RESPONSE { get; set; }

Property Value

int

WRITE_TYPE_SIGNED

public static int WRITE_TYPE_SIGNED { get; set; }

Property Value

int

Methods

AddDescriptor(BluetoothGattDescriptor)

public bool AddDescriptor(BluetoothGattDescriptor arg0)

Parameters

arg0 BluetoothGattDescriptor

BluetoothGattDescriptor

Returns

bool

bool

CreatePoolableInstance(UUID, int, int)

HPA initializer for BluetoothGattCharacteristic(Java.Util.UUID arg0, int arg1, int arg2)

public static BluetoothGattCharacteristic CreatePoolableInstance(UUID arg0, int arg1, int arg2)

Parameters

arg0 UUID
arg1 int
arg2 int

Returns

BluetoothGattCharacteristic

DescribeContents()

public int DescribeContents()

Returns

int

int

GetDescriptor(UUID)

public BluetoothGattDescriptor GetDescriptor(UUID arg0)

Parameters

arg0 UUID

UUID

Returns

BluetoothGattDescriptor

BluetoothGattDescriptor

GetDescriptors()

public List<BluetoothGattDescriptor> GetDescriptors()

Returns

List<BluetoothGattDescriptor>

List

GetFloatValue(int, int)

[Obsolete("Deprecated in JVM")]
public Float GetFloatValue(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

Float

Float

GetInstanceId()

public int GetInstanceId()

Returns

int

int

GetIntValue(int, int)

[Obsolete("Deprecated in JVM")]
public Integer GetIntValue(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

Integer

Integer

GetPermissions()

public int GetPermissions()

Returns

int

int

GetProperties()

public int GetProperties()

Returns

int

int

GetService()

public BluetoothGattService GetService()

Returns

BluetoothGattService

BluetoothGattService

GetStringValue(int)

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

Parameters

arg0 int

int

Returns

String

String

GetUuid()

public UUID GetUuid()

Returns

UUID

UUID

GetValue()

[Obsolete("Deprecated in JVM")]
public byte[] GetValue()

Returns

byte[]

byte

GetWriteType()

public int GetWriteType()

Returns

int

int

SetValue(String)

[Obsolete("Deprecated in JVM")]
public bool SetValue(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

SetValue(byte[])

[Obsolete("Deprecated in JVM")]
public bool SetValue(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

bool

bool

SetValue(int, int, int)

[Obsolete("Deprecated in JVM")]
public bool SetValue(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

Returns

bool

bool

SetValue(int, int, int, int)

[Obsolete("Deprecated in JVM")]
public bool SetValue(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Returns

bool

bool

SetWriteType(int)

public void SetWriteType(int arg0)

Parameters

arg0 int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int