Qt 5.12
Qt Bluetooth
C++ Classes
QBluetoothSocket
Qt 5.12.12 Reference Documentation
List of All Members for QBluetoothSocket
This is the complete list of members for
QBluetoothSocket
, including inherited members.
enum
SocketError
enum
SocketState
QBluetoothSocket
(QBluetoothServiceInfo::Protocol , QObject *)
QBluetoothSocket
(QObject *)
~QBluetoothSocket
()
abort
()
bytesAvailable
() const : qint64
bytesToWrite
() const : qint64
canReadLine
() const : bool
close
()
connectToService
(const QBluetoothServiceInfo &, QIODevice::OpenMode )
connectToService
(const QBluetoothAddress &, const QBluetoothUuid &, QIODevice::OpenMode )
connectToService
(const QBluetoothAddress &, quint16 , QIODevice::OpenMode )
connected
()
d_ptr
: QBluetoothSocketBasePrivate *
disconnectFromService
()
disconnected
()
doDeviceDiscovery
(const QBluetoothServiceInfo &, QIODevice::OpenMode )
error
() const : QBluetoothSocket::SocketError
error
(QBluetoothSocket::SocketError )
errorString
() const : QString
isSequential
() const : bool
localAddress
() const : QBluetoothAddress
localName
() const : QString
localPort
() const : quint16
metaObject
() const : const QMetaObject *
peerAddress
() const : QBluetoothAddress
peerName
() const : QString
peerPort
() const : quint16
preferredSecurityFlags
() const : QBluetooth::SecurityFlags
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
readData
(char *, qint64 ) : qint64
setPreferredSecurityFlags
(QBluetooth::SecurityFlags )
setSocketDescriptor
(int , QBluetoothServiceInfo::Protocol , QBluetoothSocket::SocketState , QIODevice::OpenMode ) : bool
setSocketError
(QBluetoothSocket::SocketError )
setSocketState
(QBluetoothSocket::SocketState )
socketDescriptor
() const : int
socketType
() const : QBluetoothServiceInfo::Protocol
state
() const : QBluetoothSocket::SocketState
stateChanged
(QBluetoothSocket::SocketState )
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
writeData
(const char *, qint64 ) : qint64