Uses of Class
io.qt.bluetooth.QLowEnergyCharacteristic.PropertyType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyCharacteristic.PropertyType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyCharacteristic.PropertyType Modifier and Type Method Description QLowEnergyCharacteristic.PropertyType[]
QLowEnergyCharacteristic.PropertyTypes. flags()
Returns an array of flag objects represented by this PropertyTypes.static QLowEnergyCharacteristic.PropertyType
QLowEnergyCharacteristic.PropertyType. resolve(int value)
Returns the corresponding enum entry for the given value.static QLowEnergyCharacteristic.PropertyType
QLowEnergyCharacteristic.PropertyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLowEnergyCharacteristic.PropertyType[]
QLowEnergyCharacteristic.PropertyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.bluetooth with parameters of type QLowEnergyCharacteristic.PropertyType Constructor Description PropertyTypes(QLowEnergyCharacteristic.PropertyType... args)
Creates a new PropertyTypes where the flags inargs
are set.