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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQLowEnergyServiceData::ServiceType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addCharacteristic
(QLowEnergyCharacteristicData characteristic) final void
addIncludedService
(QLowEnergyService service) final void
assign
(QLowEnergyServiceData other) clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QLowEnergyServiceData,
QLowEnergyServiceData) int
hashCode()
Returns the objects's hash code computed byqHash(QLowEnergyServiceData)
.final QList<QLowEnergyService>
final boolean
isValid()
final void
setCharacteristics
(Collection<? extends QLowEnergyCharacteristicData> characteristics) final void
setIncludedServices
(Collection<? extends QLowEnergyService> services) final void
final void
setUuid
(QBluetoothUuid uuid) final void
swap
(QLowEnergyServiceData other) type()
final QBluetoothUuid
uuid()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyServiceData
public QLowEnergyServiceData() -
QLowEnergyServiceData
-
-
Method Details
-
addCharacteristic
-
addIncludedService
-
characteristics
-
includedServices
-
isValid
-
assign
-
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
See
operator==(QLowEnergyServiceData,
QLowEnergyServiceData) -
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyServiceData)
. -
clone
Creates and returns a copy of this object.
-