Uses of Class
io.qt.bluetooth.QLowEnergyController.RemoteAddressType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyController.RemoteAddressType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyController.RemoteAddressType Modifier and Type Method Description QLowEnergyController.RemoteAddressType
QLowEnergyController. remoteAddressType()
static QLowEnergyController.RemoteAddressType
QLowEnergyController.RemoteAddressType. resolve(int value)
Returns the corresponding enum entry for the given value.QLowEnergyController.RemoteAddressType
QLowEnergyAdvertisingParameters.AddressInfo. type()
static QLowEnergyController.RemoteAddressType
QLowEnergyController.RemoteAddressType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLowEnergyController.RemoteAddressType[]
QLowEnergyController.RemoteAddressType. 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 QLowEnergyController.RemoteAddressType Modifier and Type Method Description void
QLowEnergyController. setRemoteAddressType(QLowEnergyController.RemoteAddressType type)
void
QLowEnergyAdvertisingParameters.AddressInfo. setType(QLowEnergyController.RemoteAddressType type)
Constructors in io.qt.bluetooth with parameters of type QLowEnergyController.RemoteAddressType Constructor Description AddressInfo(QBluetoothAddress addr, QLowEnergyController.RemoteAddressType t)