java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QLowEnergyAdvertisingParameters
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents the parameters used for Bluetooth Low Energy advertising
Java wrapper for Qt class QLowEnergyAdvertisingParameters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
QLowEnergyAdvertisingParameters::AddressInfo defines the elements of a white liststatic enum
Java wrapper for Qt enum QLowEnergyAdvertisingParameters::FilterPolicystatic enum
Java wrapper for Qt enum QLowEnergyAdvertisingParameters::ModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final int
final int
mode()
final void
setInterval
(short minimum, short maximum) final void
final void
setWhiteList
(Collection<QLowEnergyAdvertisingParameters.AddressInfo> whiteList, QLowEnergyAdvertisingParameters.FilterPolicy policy) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QLowEnergyAdvertisingParameters
public QLowEnergyAdvertisingParameters() -
QLowEnergyAdvertisingParameters
-
QLowEnergyAdvertisingParameters
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
filterPolicy
-
maximumInterval
-
minimumInterval
-
mode
-
setInterval
-
setMode
-
setWhiteList
@QtUninvokable public final void setWhiteList(Collection<QLowEnergyAdvertisingParameters.AddressInfo> whiteList, QLowEnergyAdvertisingParameters.FilterPolicy policy) -
swap
-
whiteList
-
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
-