Uses of Enum
io.qt.bluetooth.QBluetoothSocket.SocketState
Packages that use QBluetoothSocket.SocketState
-
Uses of QBluetoothSocket.SocketState in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothSocket.SocketStateMethods in io.qt.bluetooth that return QBluetoothSocket.SocketStateModifier and TypeMethodDescriptionstatic QBluetoothSocket.SocketState
QBluetoothSocket.SocketState.resolve
(int value) Returns the corresponding enum entry for the given value.QBluetoothSocket.state()
static QBluetoothSocket.SocketState
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.SocketStateModifier and TypeMethodDescriptionfinal 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)
.final boolean
QBluetoothSocket.setSocketDescriptor
(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType, QBluetoothSocket.SocketState socketState, QIODevice.OpenMode openMode) final boolean
QBluetoothSocket.setSocketDescriptor
(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType, QBluetoothSocket.SocketState socketState, QIODevice.OpenModeFlag... openMode) protected final void
QBluetoothSocket.setSocketState
(QBluetoothSocket.SocketState state)