Uses of Class
io.qt.bluetooth.QLowEnergyService.WriteMode
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyService.WriteMode in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyService.WriteMode Modifier and Type Method Description static QLowEnergyService.WriteMode
QLowEnergyService.WriteMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QLowEnergyService.WriteMode
QLowEnergyService.WriteMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLowEnergyService.WriteMode[]
QLowEnergyService.WriteMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QLowEnergyService.WriteMode Modifier and Type Method Description void
QLowEnergyService. writeCharacteristic(QLowEnergyCharacteristic characteristic, QByteArray newValue, QLowEnergyService.WriteMode mode)