module bluerpc_client.descriptor
BleakGATTDescriptorBlueRPC.
class BleakGATTDescriptorBlueRPC
GATT Descriptor implementation for BlueRPC backend.
method __init__
__init__(
obj: 'BLEDescriptor',
characteristic_uuid: 'str',
characteristic_handle: 'int'
) → None
Init a BleakGATTDescriptorBlueRPC.
property characteristic_handle
Handle for the characteristic that this descriptor belongs to.
property characteristic_uuid
UUID for the characteristic that this descriptor belongs to.
property description
A text description of what this descriptor represents
property handle
Integer handle for this descriptor.
property uuid
UUID for this descriptor.
This file was automatically generated via lazydocs.