java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyServiceData
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Used to set up GATT service data
Java wrapper for Qt class QLowEnergyServiceData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQLowEnergyServiceData::ServiceType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddCharacteristic(QLowEnergyCharacteristicData characteristic) final voidaddIncludedService(QLowEnergyService service) final voidassign(QLowEnergyServiceData other) clone()Creates and returns a copy of this object.final booleanReturns true if a and b are equal with respect to their public state, otherwise returns falsebooleaninthashCode()Returns the objects's hash code computed byqHash(QLowEnergyServiceData).final QList<QLowEnergyService>final booleanisValid()final voidsetCharacteristics(Collection<? extends QLowEnergyCharacteristicData> characteristics) final voidsetIncludedServices(Collection<? extends QLowEnergyService> services) final voidfinal voidsetUuid(QBluetoothUuid uuid) final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidOverloaded function forsetUuid(io.qt.bluetooth.QBluetoothUuid).final voidswap(QLowEnergyServiceData other) type()final QBluetoothUuiduuid()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyServiceData
public QLowEnergyServiceData() -
QLowEnergyServiceData
-
-
Method Details
-
addCharacteristic
-
addIncludedService
-
characteristics
-
includedServices
-
isValid
-
assign
-
equals
Returns true if a and b are equal with respect to their public state, otherwise returns false
-
setCharacteristics
@QtUninvokable public final void setCharacteristics(Collection<? extends QLowEnergyCharacteristicData> characteristics) -
setIncludedServices
@QtUninvokable public final void setIncludedServices(Collection<? extends QLowEnergyService> services) -
setType
-
setUuid
-
swap
-
type
-
uuid
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyServiceData). -
clone
Creates and returns a copy of this object.
See
QLowEnergyServiceData::QLowEnergyServiceData(QLowEnergyServiceData) -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid). -
setUuid
Overloaded function for
setUuid(io.qt.bluetooth.QBluetoothUuid).
-