Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide6.QtBluetooth »

Classe « QLowEnergyCharacteristic »

Informations générales

Héritage

builtins.object
    Object
        QLowEnergyCharacteristic

Définition

class QLowEnergyCharacteristic(Object):

Description [extrait de QLowEnergyCharacteristic.__doc__]

QLowEnergyCharacteristic(self) -> None
QLowEnergyCharacteristic(self, other: PySide6.QtBluetooth.QLowEnergyCharacteristic) -> None

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
BroadcastingPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Broadcasting
CCCDDisableb'\x00\x00'
CCCDEnableIndicationb'\x02\x00'
CCCDEnableNotificationb'\x01\x00'
ExtendedPropertyPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.ExtendedProperty
IndicatePySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Indicate
NotifyPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Notify
ReadPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Read
UnknownPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Unknown
WritePySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.Write
WriteNoResponsePySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteNoResponse
WriteSignedPySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteSigned

Liste des opérateurs

Signature de l'opérateur Description
__eq__(self, value) Return self==value. [extrait de __eq__.__doc__]
__ge__(self, value) Return self>=value. [extrait de __ge__.__doc__]
__gt__(self, value) Return self>value. [extrait de __gt__.__doc__]
__le__(self, value) Return self<=value. [extrait de __le__.__doc__]
__lt__(self, value) Return self<value. [extrait de __lt__.__doc__]
__ne__(self, value) Return self!=value. [extrait de __ne__.__doc__]

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
clientCharacteristicConfiguration(self) -> PySide6.QtBluetooth.QLowEnergyDescriptor clientCharacteristicConfiguration(self) -> PySide6.QtBluetooth.QLowEnergyDescriptor [extrait de clientCharacteristicConfiguration.__doc__]
descriptor(self, uuid: Union[PySide6.QtBluetooth.QBluetoothUuid, PySide6.QtBluetooth.QBluetoothUuid.CharacteristicType, PySide6.QtBluetooth.QBluetoothUuid.DescriptorType, PySide6.QtBluetooth.QBluetoothUuid.ProtocolUuid, PySide6.QtBluetooth.QBluetoothUuid.ServiceClassUuid, PySide6.QtCore.QUuid]) -> PySide6.QtBluetooth.QLowEnergyDescriptor descriptor(self, uuid: Union[PySide6.QtBluetooth.QBluetoothUuid, PySide6.QtBluetooth.QBluetoothUuid.CharacteristicType, PySide6.QtBluetooth.QBluetoothUuid.DescriptorType, PySide6.QtBluetooth.QBluetoothUuid.ProtocolUuid, PySide6.QtBluetooth.QBluetoothUuid.ServiceClassUuid, PySide6.QtCore.QUuid]) -> PySide6.QtBluetooth.QLowEnergyDescriptor [extrait de descriptor.__doc__]
descriptors(self) -> List[PySide6.QtBluetooth.QLowEnergyDescriptor] descriptors(self) -> List[PySide6.QtBluetooth.QLowEnergyDescriptor] [extrait de descriptors.__doc__]
isValid(self) -> bool isValid(self) -> bool [extrait de isValid.__doc__]
name(self) -> str name(self) -> str [extrait de name.__doc__]
properties(self) -> PySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyTypes properties(self) -> PySide6.QtBluetooth.QLowEnergyCharacteristic.PropertyTypes [extrait de properties.__doc__]
PropertyType
PropertyTypes
uuid(self) -> PySide6.QtBluetooth.QBluetoothUuid uuid(self) -> PySide6.QtBluetooth.QBluetoothUuid [extrait de uuid.__doc__]
value(self) -> PySide6.QtCore.QByteArray value(self) -> PySide6.QtCore.QByteArray [extrait de value.__doc__]

Méthodes héritées de la classe Object

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

Méthodes héritées de la classe object

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__