BluetoothGattCharacteristic
InterfaceConsts
FormatFloat
FormatSfloat
FormatSint16
FormatSint32
FormatSint8
FormatUint16
FormatUint32
FormatUint8
PermissionRead
PermissionReadEncrypted
PermissionReadEncryptedMitm
PermissionWrite
PermissionWriteEncrypted
PermissionWriteEncryptedMitm
PermissionWriteSigned
PermissionWriteSignedMitm
PropertyBroadcast
PropertyExtendedProps
PropertyIndicate
PropertyNotify
PropertyRead
PropertySignedWrite
PropertyWrite
PropertyWriteNoResponse
WriteTypeDefault
WriteTypeNoResponse
WriteTypeSigned
BluetoothGattCharacteristic(IntPtr, JniHandleOwnership)
BluetoothGattCharacteristic(UUID, GattProperty, GattPermission)
Creator
Descriptors
InstanceId
JniPeerMembers
MDescriptors
Permissions
Properties
Service
ThresholdClass
ThresholdType
Uuid
WriteType
AddDescriptor(BluetoothGattDescriptor)
DescribeContents()
GetDescriptor(UUID)
GetFloatValue(GattFormat, Int32)
GetIntValue(GattFormat, Int32)
GetStringValue(Int32)
GetValue()
SetValue(Byte[])
SetValue(String)
SetValue(Int32, GattFormat, Int32)
SetValue(Int32, Int32, GattFormat, Int32)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.Bluetooth
{
[Register("android/bluetooth/BluetoothGattCharacteristic", DoNotGenerateAcw = true)]
public class BluetoothGattCharacteristic : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattFormat enum directly instead of this field.", true)]
[Register("FORMAT_SINT8")]
public const GattFormat FormatSint8 = GattFormat.Sint8;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Bluetooth.GattFormat enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API