java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QLowEnergyConnectionParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QLowEnergyConnectionParameters extends QtObject implements Cloneable
Used when requesting or reporting an update of the parameters of a Bluetooth LE connection
Java wrapper for Qt class QLowEnergyConnectionParameters
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QLowEnergyConnectionParameters()
QLowEnergyConnectionParameters(QLowEnergyConnectionParameters other)
protected
QLowEnergyConnectionParameters(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QLowEnergyConnectionParameters
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
int
latency()
double
maximumInterval()
double
minimumInterval()
void
setIntervalRange(double minimum, double maximum)
void
setLatency(int latency)
void
setSupervisionTimeout(int timeout)
int
supervisionTimeout()
void
swap(QLowEnergyConnectionParameters other)
-
Constructor Details
-
QLowEnergyConnectionParameters
public QLowEnergyConnectionParameters() -
QLowEnergyConnectionParameters
-
QLowEnergyConnectionParameters
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
latency
-
maximumInterval
-
minimumInterval
-
setIntervalRange
-
setLatency
-
setSupervisionTimeout
-
supervisionTimeout
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-