java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QLowEnergyConnectionParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used when requesting or reporting an update of the parameters of a Bluetooth LE connection
Java wrapper for Qt class QLowEnergyConnectionParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final boolean
Returns true if p1 and p2 are equal with respect to their public state, otherwise returns falseboolean
int
hashCode()
Returns the objects's hash code computed byqHash(QLowEnergyConnectionParameters)
.final int
latency()
final double
final double
final void
setIntervalRange
(double minimum, double maximum) final void
setLatency
(int latency) final void
setSupervisionTimeout
(int timeout) final int
final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyConnectionParameters
public QLowEnergyConnectionParameters() -
QLowEnergyConnectionParameters
-
-
Method Details
-
latency
-
maximumInterval
-
minimumInterval
-
assign
-
equals
Returns true if p1 and p2 are equal with respect to their public state, otherwise returns false
See
operator==(QLowEnergyConnectionParameters,
QLowEnergyConnectionParameters) -
setIntervalRange
-
setLatency
-
setSupervisionTimeout
-
supervisionTimeout
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QLowEnergyConnectionParameters)
. -
clone
Creates and returns a copy of this object.
See
QLowEnergyConnectionParameters::
QLowEnergyConnectionParameters(QLowEnergyConnectionParameters)
-