Qt 5.6
Qt Bluetooth
C++ Classes
QBluetoothSocket
Qt 5.6.1 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 &, OpenMode )
connectToService
(const QBluetoothAddress &, const QBluetoothUuid &, OpenMode )
connectToService
(const QBluetoothAddress &, quint16 , OpenMode )
connected
()
d_ptr
: QBluetoothSocketPrivate *
disconnectFromService
()
disconnected
()
doDeviceDiscovery
(const QBluetoothServiceInfo &, OpenMode )
error
() const : SocketError
error
(QBluetoothSocket::SocketError )
errorString
() const : QString
isSequential
() const : bool
localAddress
() const : QBluetoothAddress
localName
() const : QString
localPort
() const : quint16
peerAddress
() const : QBluetoothAddress
peerName
() const : QString
peerPort
() const : quint16
preferredSecurityFlags
() const : QBluetooth::SecurityFlags
readData
(char *, qint64 ) : qint64
setPreferredSecurityFlags
(QBluetooth::SecurityFlags )
setSocketDescriptor
(int , QBluetoothServiceInfo::Protocol , SocketState , OpenMode ) : bool
setSocketError
(SocketError )
setSocketState
(SocketState )
socketDescriptor
() const : int
socketType
() const : QBluetoothServiceInfo::Protocol
state
() const : SocketState
stateChanged
(QBluetoothSocket::SocketState )
writeData
(const char *, qint64 ) : qint64