Uses of Class
io.qt.bluetooth.QBluetoothSocket.SocketState
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothSocket.SocketState in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothSocket.SocketState Modifier and Type Field Description QObject.Signal1<QBluetoothSocket.SocketState>
QBluetoothSocket. stateChanged
Methods in io.qt.bluetooth that return QBluetoothSocket.SocketState Modifier and Type Method Description static QBluetoothSocket.SocketState
QBluetoothSocket.SocketState. resolve(int value)
Returns the corresponding enum entry for the given value.QBluetoothSocket.SocketState
QBluetoothSocket. state()
static QBluetoothSocket.SocketState
QBluetoothSocket.SocketState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothSocket.SocketState[]
QBluetoothSocket.SocketState. 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.SocketState Modifier and Type Method Description boolean
QBluetoothSocket. setSocketDescriptor(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType, QBluetoothSocket.SocketState socketState)
Overloaded function forQBluetoothSocket.setSocketDescriptor(int, io.qt.bluetooth.QBluetoothServiceInfo.Protocol, io.qt.bluetooth.QBluetoothSocket.SocketState, io.qt.core.QIODevice.OpenMode)
withopenMode = new io.qt.core.QIODevice.OpenMode(3)
.boolean
QBluetoothSocket. setSocketDescriptor(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType, QBluetoothSocket.SocketState socketState, QIODevice.OpenMode openMode)
boolean
QBluetoothSocket. setSocketDescriptor(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType, QBluetoothSocket.SocketState socketState, QIODevice.OpenModeFlag... openMode)
protected void
QBluetoothSocket. setSocketState(QBluetoothSocket.SocketState state)