Uses of Class
io.qt.bluetooth.QLowEnergyServiceData.ServiceType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyServiceData.ServiceType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyServiceData.ServiceType Modifier and Type Method Description static QLowEnergyServiceData.ServiceType
QLowEnergyServiceData.ServiceType. resolve(int value)
Returns the corresponding enum entry for the given value.QLowEnergyServiceData.ServiceType
QLowEnergyServiceData. type()
static QLowEnergyServiceData.ServiceType
QLowEnergyServiceData.ServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLowEnergyServiceData.ServiceType[]
QLowEnergyServiceData.ServiceType. 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 QLowEnergyServiceData.ServiceType Modifier and Type Method Description void
QLowEnergyServiceData. setType(QLowEnergyServiceData.ServiceType type)