Uses of Class
io.qt.bluetooth.QBluetoothSocket.SocketError
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothSocket.SocketError in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothSocket.SocketError Modifier and Type Field Description QObject.Signal1<QBluetoothSocket.SocketError>
QBluetoothSocket. error
Methods in io.qt.bluetooth that return QBluetoothSocket.SocketError Modifier and Type Method Description QBluetoothSocket.SocketError
QBluetoothSocket. error()
static QBluetoothSocket.SocketError
QBluetoothSocket.SocketError. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothSocket.SocketError
QBluetoothSocket.SocketError. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothSocket.SocketError[]
QBluetoothSocket.SocketError. 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 QBluetoothSocket.SocketError Modifier and Type Method Description protected void
QBluetoothSocket. setSocketError(QBluetoothSocket.SocketError error)