Uses of Class
io.qt.bluetooth.QBluetoothTransferReply.TransferError
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothTransferReply.TransferError in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothTransferReply.TransferError Modifier and Type Field Description QObject.Signal1<QBluetoothTransferReply.TransferError>
QBluetoothTransferReply. error
Methods in io.qt.bluetooth that return QBluetoothTransferReply.TransferError Modifier and Type Method Description abstract QBluetoothTransferReply.TransferError
QBluetoothTransferReply. error()
static QBluetoothTransferReply.TransferError
QBluetoothTransferReply.TransferError. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothTransferReply.TransferError
QBluetoothTransferReply.TransferError. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothTransferReply.TransferError[]
QBluetoothTransferReply.TransferError. values()
Returns an array containing the constants of this enum type, in the order they are declared.