Uses of Class
io.qt.bluetooth.QBluetoothTransferRequest.Attribute
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothTransferRequest.Attribute in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothTransferRequest.Attribute Modifier and Type Method Description static QBluetoothTransferRequest.Attribute
QBluetoothTransferRequest.Attribute. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothTransferRequest.Attribute
QBluetoothTransferRequest.Attribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothTransferRequest.Attribute[]
QBluetoothTransferRequest.Attribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QBluetoothTransferRequest.Attribute Modifier and Type Method Description Object
QBluetoothTransferRequest. attribute(QBluetoothTransferRequest.Attribute code)
Overloaded function forQBluetoothTransferRequest.attribute(io.qt.bluetooth.QBluetoothTransferRequest.Attribute, java.lang.Object)
withdefaultValue = null
.Object
QBluetoothTransferRequest. attribute(QBluetoothTransferRequest.Attribute code, Object defaultValue)
void
QBluetoothTransferRequest. setAttribute(QBluetoothTransferRequest.Attribute code, Object value)