Uses of Class
io.qt.bluetooth.QBluetoothServiceInfo.Protocol
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothServiceInfo.Protocol in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothServiceInfo.Protocol Modifier and Type Method Description static QBluetoothServiceInfo.Protocol
QBluetoothServiceInfo.Protocol. resolve(int value)
Returns the corresponding enum entry for the given value.QBluetoothServiceInfo.Protocol
QBluetoothServer. serverType()
QBluetoothServiceInfo.Protocol
QBluetoothServiceInfo. socketProtocol()
QBluetoothServiceInfo.Protocol
QBluetoothSocket. socketType()
static QBluetoothServiceInfo.Protocol
QBluetoothServiceInfo.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothServiceInfo.Protocol[]
QBluetoothServiceInfo.Protocol. 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 QBluetoothServiceInfo.Protocol Modifier and Type Method Description boolean
QBluetoothSocket. setSocketDescriptor(int socketDescriptor, QBluetoothServiceInfo.Protocol socketType)
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)
Constructors in io.qt.bluetooth with parameters of type QBluetoothServiceInfo.Protocol Constructor Description QBluetoothServer(QBluetoothServiceInfo.Protocol serverType)
Overloaded constructor forQBluetoothServer(io.qt.bluetooth.QBluetoothServiceInfo.Protocol, io.qt.core.QObject)
withparent = null
.QBluetoothServer(QBluetoothServiceInfo.Protocol serverType, QObject parent)
QBluetoothSocket(QBluetoothServiceInfo.Protocol socketType)
Overloaded constructor forQBluetoothSocket(io.qt.bluetooth.QBluetoothServiceInfo.Protocol, io.qt.core.QObject)
withparent = null
.QBluetoothSocket(QBluetoothServiceInfo.Protocol socketType, QObject parent)