Qtc.Bluetooth.QBluetoothSocket

Contents

Documentation

class QqBluetoothSocketTrUtf8 x1 where #

Methods

qBluetoothSocketTrUtf8 :: x1 -> IO String #

Instances
QqBluetoothSocketTrUtf8 String # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Methods

qBluetoothSocketTrUtf8 :: String -> IO String #

QqBluetoothSocketTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Methods

qBluetoothSocketTrUtf8 :: (String, String) -> IO String #

QqBluetoothSocketTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Methods

qBluetoothSocketTrUtf8 :: (String, String, Int) -> IO String #

class QqBluetoothSocket x1 where #

Methods

qBluetoothSocket :: x1 -> IO (QBluetoothSocket ()) #

Instances
QqBluetoothSocket () # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Methods

qBluetoothSocket :: () -> IO (QBluetoothSocket ()) #

QqBluetoothSocket Protocol # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

QqBluetoothSocket (QObject t1) # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Methods

qBluetoothSocket :: QObject t1 -> IO (QBluetoothSocket ()) #

QqBluetoothSocket (Protocol, QObject t2) # 
Instance details

Defined in Qtc.Bluetooth.QBluetoothSocket

Orphan instances

QwaitForReadyRead (QBluetoothSocket ()) Int # 
Instance details

Methods

waitForReadyRead :: QBluetoothSocket () -> Int -> IO Bool #

QwaitForReadyRead (QBluetoothSocketSc a) Int # 
Instance details

Methods

waitForReadyRead :: QBluetoothSocketSc a -> Int -> IO Bool #

QwaitForBytesWritten (QBluetoothSocket ()) Int # 
Instance details

Methods

waitForBytesWritten :: QBluetoothSocket () -> Int -> IO Bool #

QwaitForBytesWritten (QBluetoothSocketSc a) Int # 
Instance details

Methods

waitForBytesWritten :: QBluetoothSocketSc a -> Int -> IO Bool #

QsetSocketState (QBluetoothSocket ()) QBluetoothSocket_SocketState # 
Instance details

QsetSocketState (QBluetoothSocketSc a) QBluetoothSocket_SocketState # 
Instance details

QsetSocketError (QBluetoothSocket ()) QBluetoothSocket_SocketError # 
Instance details

QsetSocketError (QBluetoothSocketSc a) QBluetoothSocket_SocketError # 
Instance details

QsetOpenMode (QBluetoothSocket ()) OpenMode # 
Instance details

Methods

setOpenMode :: QBluetoothSocket () -> OpenMode -> IO () #

QsetOpenMode (QBluetoothSocketSc a) OpenMode # 
Instance details

Methods

setOpenMode :: QBluetoothSocketSc a -> OpenMode -> IO () #

QsetErrorString (QBluetoothSocket ()) String # 
Instance details

Methods

setErrorString :: QBluetoothSocket () -> String -> IO () #

QsetErrorString (QBluetoothSocketSc a) String # 
Instance details

Methods

setErrorString :: QBluetoothSocketSc a -> String -> IO () #

QsenderSignalIndex (QBluetoothSocket ()) () # 
Instance details

Methods

senderSignalIndex :: QBluetoothSocket () -> () -> IO Int #

QsenderSignalIndex (QBluetoothSocketSc a) () # 
Instance details

Methods

senderSignalIndex :: QBluetoothSocketSc a -> () -> IO Int #

Qsender (QBluetoothSocket ()) () # 
Instance details

Methods

sender :: QBluetoothSocket () -> () -> IO (QObject ()) #

Qsender (QBluetoothSocketSc a) () # 
Instance details

Methods

sender :: QBluetoothSocketSc a -> () -> IO (QObject ()) #

Qseek (QBluetoothSocket ()) Int # 
Instance details

Methods

seek :: QBluetoothSocket () -> Int -> IO Bool #

Qseek (QBluetoothSocketSc a) Int # 
Instance details

Methods

seek :: QBluetoothSocketSc a -> Int -> IO Bool #

Qreceivers (QBluetoothSocket ()) String # 
Instance details

Methods

receivers :: QBluetoothSocket () -> String -> IO Int #

Qreceivers (QBluetoothSocketSc a) String # 
Instance details

Methods

receivers :: QBluetoothSocketSc a -> String -> IO Int #

QpeerPort (QBluetoothSocket a) () # 
Instance details

Methods

peerPort :: QBluetoothSocket a -> () -> IO Int #

QpeerName (QBluetoothSocket a) () # 
Instance details

Methods

peerName :: QBluetoothSocket a -> () -> IO String #

QlocalPort (QBluetoothSocket a) () # 
Instance details

Methods

localPort :: QBluetoothSocket a -> () -> IO Int #

QlocalName (QBluetoothSocket a) () # 
Instance details

Methods

localName :: QBluetoothSocket a -> () -> IO String #

QisSequential (QBluetoothSocket ()) () # 
Instance details

Methods

isSequential :: QBluetoothSocket () -> () -> IO Bool #

QisSequential (QBluetoothSocketSc a) () # 
Instance details

Methods

isSequential :: QBluetoothSocketSc a -> () -> IO Bool #

QerrorString (QBluetoothSocket ()) () # 
Instance details

Methods

errorString :: QBluetoothSocket () -> () -> IO String #

QerrorString (QBluetoothSocketSc a) () # 
Instance details

Methods

errorString :: QBluetoothSocketSc a -> () -> IO String #

QcanReadLine (QBluetoothSocket ()) () # 
Instance details

Methods

canReadLine :: QBluetoothSocket () -> () -> IO Bool #

QcanReadLine (QBluetoothSocketSc a) () # 
Instance details

Methods

canReadLine :: QBluetoothSocketSc a -> () -> IO Bool #

QbytesToWrite (QBluetoothSocket ()) () # 
Instance details

Methods

bytesToWrite :: QBluetoothSocket () -> () -> IO Int #

QbytesToWrite (QBluetoothSocketSc a) () # 
Instance details

Methods

bytesToWrite :: QBluetoothSocketSc a -> () -> IO Int #

QbytesAvailable (QBluetoothSocket ()) () # 
Instance details

Methods

bytesAvailable :: QBluetoothSocket () -> () -> IO Int #

QbytesAvailable (QBluetoothSocketSc a) () # 
Instance details

Methods

bytesAvailable :: QBluetoothSocketSc a -> () -> IO Int #

QatEnd (QBluetoothSocket ()) () # 
Instance details

Methods

atEnd :: QBluetoothSocket () -> () -> IO Bool #

QatEnd (QBluetoothSocketSc a) () # 
Instance details

Methods

atEnd :: QBluetoothSocketSc a -> () -> IO Bool #

Qstate (QBluetoothSocket a) () (IO QBluetoothSocket_SocketState) # 
Instance details

QsocketType (QBluetoothSocket a) () (IO Protocol) # 
Instance details

Methods

socketType :: QBluetoothSocket a -> () -> IO Protocol #

QsocketDescriptor (QBluetoothSocket a) () (IO Int) # 
Instance details

Methods

socketDescriptor :: QBluetoothSocket a -> () -> IO Int #

Qqsize (QBluetoothSocket ()) () (IO Int) # 
Instance details

Methods

qsize :: QBluetoothSocket () -> () -> IO Int #

Qqsize (QBluetoothSocketSc a) () (IO Int) # 
Instance details

Methods

qsize :: QBluetoothSocketSc a -> () -> IO Int #

Qreset (QBluetoothSocket ()) () (IO Bool) # 
Instance details

Methods

reset :: QBluetoothSocket () -> () -> IO Bool #

Qreset (QBluetoothSocketSc a) () (IO Bool) # 
Instance details

Methods

reset :: QBluetoothSocketSc a -> () -> IO Bool #

Qproperty (QBluetoothSocket ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QBluetoothSocket () -> String -> IO (QVariant ()) #

Qproperty (QBluetoothSocketSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QBluetoothSocketSc a -> String -> IO (QVariant ()) #

Qpos (QBluetoothSocket ()) () (IO Int) # 
Instance details

Methods

pos :: QBluetoothSocket () -> () -> IO Int #

Qpos (QBluetoothSocketSc a) () (IO Int) # 
Instance details

Methods

pos :: QBluetoothSocketSc a -> () -> IO Int #

QpeerAddress (QBluetoothSocket a) () (IO (QBluetoothAddress ())) # 
Instance details

Methods

peerAddress :: QBluetoothSocket a -> () -> IO (QBluetoothAddress ()) #

Qparent (QBluetoothSocket ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QBluetoothSocket () -> () -> IO (QObject ()) #

Qparent (QBluetoothSocketSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QBluetoothSocketSc a -> () -> IO (QObject ()) #

Qopen (QBluetoothSocket ()) OpenMode (IO Bool) # 
Instance details

Methods

open :: QBluetoothSocket () -> OpenMode -> IO Bool #

Qopen (QBluetoothSocketSc a) OpenMode (IO Bool) # 
Instance details

Methods

open :: QBluetoothSocketSc a -> OpenMode -> IO Bool #

QlocalAddress (QBluetoothSocket a) () (IO (QBluetoothAddress ())) # 
Instance details

Methods

localAddress :: QBluetoothSocket a -> () -> IO (QBluetoothAddress ()) #

Qqerror (QBluetoothSocket a) () (IO QBluetoothSocket_SocketError) # 
Instance details

Qclose (QBluetoothSocket ()) () (IO ()) # 
Instance details

Methods

close :: QBluetoothSocket () -> () -> IO () #

Qclose (QBluetoothSocketSc a) () (IO ()) # 
Instance details

Methods

close :: QBluetoothSocketSc a -> () -> IO () #

Qabort (QBluetoothSocket a) () (IO ()) # 
Instance details

Methods

abort :: QBluetoothSocket a -> () -> IO () #

QuserMethod (QBluetoothSocket ()) () (IO ()) # 
Instance details

Methods

userMethod :: QBluetoothSocket () -> Int -> () -> IO () #

QuserMethod (QBluetoothSocketSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QBluetoothSocketSc a -> Int -> () -> IO () #

QtimerEvent (QBluetoothSocket ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QBluetoothSocket () -> QTimerEvent t1 -> IO () #

QtimerEvent (QBluetoothSocketSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QBluetoothSocketSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QBluetoothSocket ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QBluetoothSocket () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QBluetoothSocketSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QBluetoothSocketSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QBluetoothSocket ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QBluetoothSocket () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QBluetoothSocketSc a) (QMetaMethod t1) # 
Instance details

QcustomEvent (QBluetoothSocket ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QBluetoothSocket () -> QEvent t1 -> IO () #

QcustomEvent (QBluetoothSocketSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QBluetoothSocketSc a -> QEvent t1 -> IO () #

QconnectNotify (QBluetoothSocket ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QBluetoothSocket () -> QMetaMethod t1 -> IO () #

QconnectNotify (QBluetoothSocketSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QBluetoothSocketSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QBluetoothSocket ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QBluetoothSocket () -> QChildEvent t1 -> IO () #

QchildEvent (QBluetoothSocketSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QBluetoothSocketSc a -> QChildEvent t1 -> IO () #

Qevent (QBluetoothSocket ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QBluetoothSocket () -> QEvent t1 -> IO Bool #

Qevent (QBluetoothSocketSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QBluetoothSocketSc a -> QEvent t1 -> IO Bool #

QuserMethod (QBluetoothSocket ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QBluetoothSocket () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QBluetoothSocketSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QBluetoothSocketSc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetSocketDescriptor (QBluetoothSocket a) (Int, Protocol) # 
Instance details

Methods

setSocketDescriptor :: QBluetoothSocket a -> (Int, Protocol) -> IO Bool #

QreadLineData (QBluetoothSocket ()) (QCharPtr t1, Int) # 
Instance details

Methods

readLineData :: QBluetoothSocket () -> (QCharPtr t1, Int) -> IO Int #

QreadLineData (QBluetoothSocketSc a) (QCharPtr t1, Int) # 
Instance details

Methods

readLineData :: QBluetoothSocketSc a -> (QCharPtr t1, Int) -> IO Int #

QeventFilter (QBluetoothSocket ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QBluetoothSocket () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QBluetoothSocketSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QBluetoothSocketSc a -> (QObject t1, QEvent t2) -> IO Bool #

QwriteData (QBluetoothSocket ()) (String, Int) (IO Int) # 
Instance details

Methods

writeData :: QBluetoothSocket () -> (String, Int) -> IO Int #

QwriteData (QBluetoothSocketSc a) (String, Int) (IO Int) # 
Instance details

Methods

writeData :: QBluetoothSocketSc a -> (String, Int) -> IO Int #

QreadData (QBluetoothSocket ()) (QCharPtr t1, Int) (IO Int) # 
Instance details

Methods

readData :: QBluetoothSocket () -> (QCharPtr t1, Int) -> IO Int #

QreadData (QBluetoothSocketSc a) (QCharPtr t1, Int) (IO Int) # 
Instance details

Methods

readData :: QBluetoothSocketSc a -> (QCharPtr t1, Int) -> IO Int #

QsetSocketDescriptor (QBluetoothSocket a) (Int, Protocol, QBluetoothSocket_SocketState) # 
Instance details

QsetSocketDescriptor (QBluetoothSocket a) (Int, Protocol, QBluetoothSocket_SocketState, OpenMode) # 
Instance details