java.lang.Object
io.qt.QtObject
io.qt.bluetooth.QBluetoothTransferRequest
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Stores information about a data transfer request
Java wrapper for Qt class QBluetoothTransferRequest
- Since:
- This class was introduced in Qt 5.2.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQBluetoothTransferRequest::Attribute -
Constructor Summary
ConstructorsConstructorDescriptionOverloaded constructor forQBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)withaddress = new io.qt.bluetooth.QBluetoothAddress(). -
Method Summary
Modifier and TypeMethodDescriptionfinal QBluetoothAddressaddress()final voidassign(QBluetoothTransferRequest other) final ObjectOverloaded function forattribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)withdefaultValue = null.final Objectattribute(QBluetoothTransferRequest.Attribute code, Object defaultValue) clone()Creates and returns a copy of this object.final booleanequals(QBluetoothTransferRequest other) booleaninthashCode()Returns the objects's hash code computed byqHash(QBluetoothTransferRequest).final voidsetAttribute(QBluetoothTransferRequest.Attribute code, Object value) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothTransferRequest
- Parameters:
address-
-
QBluetoothTransferRequest
- Parameters:
other-
-
QBluetoothTransferRequest
public QBluetoothTransferRequest()Overloaded constructor for
QBluetoothTransferRequest(io.qt.bluetooth.QBluetoothAddress)withaddress = new io.qt.bluetooth.QBluetoothAddress().
-
-
Method Details
-
address
- Returns:
-
attribute
@QtUninvokable public final Object attribute(QBluetoothTransferRequest.Attribute code, Object defaultValue) - Parameters:
code-defaultValue-- Returns:
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
setAttribute
@QtUninvokable public final void setAttribute(QBluetoothTransferRequest.Attribute code, Object value) - Parameters:
code-value-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothTransferRequest). -
clone
Creates and returns a copy of this object.
See
QBluetoothTransferRequest::QBluetoothTransferRequest(QBluetoothTransferRequest) -
attribute
Overloaded function for
attribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)withdefaultValue = null.
-