java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.bluetooth.QBluetoothTransferRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QBluetoothTransferRequest extends QtObject implements Cloneable
Stores information about a data transfer request
Java wrapper for Qt class QBluetoothTransferRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QBluetoothTransferRequest.Attribute
Java wrapper for Qt enum QBluetoothTransferRequest::Attribute -
Constructor Summary
Constructors Modifier Constructor Description QBluetoothTransferRequest()
Overloaded constructor forQBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)
withaddress = new io.qt.bluetooth.QBluetoothAddress()
.QBluetoothTransferRequest(QBluetoothAddress address)
QBluetoothTransferRequest(QBluetoothTransferRequest other)
protected
QBluetoothTransferRequest(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QBluetoothAddress
address()
Object
attribute(QBluetoothTransferRequest.Attribute code)
Overloaded function forattribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)
withdefaultValue = null
.Object
attribute(QBluetoothTransferRequest.Attribute code, Object defaultValue)
QBluetoothTransferRequest
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()
void
setAttribute(QBluetoothTransferRequest.Attribute code, Object value)
-
Constructor Details
-
QBluetoothTransferRequest
public QBluetoothTransferRequest()Overloaded constructor for
QBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)
withaddress = new io.qt.bluetooth.QBluetoothAddress()
. -
QBluetoothTransferRequest
-
QBluetoothTransferRequest
-
QBluetoothTransferRequest
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
address
-
attribute
Overloaded function for
attribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)
withdefaultValue = null
. -
attribute
@QtUninvokable public final Object attribute(QBluetoothTransferRequest.Attribute code, Object defaultValue) -
setAttribute
@QtUninvokable public final void setAttribute(QBluetoothTransferRequest.Attribute code, Object value) -
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
-