Qtc.Serialport.QSerialPort

Contents

Documentation

class QqSerialPortTrUtf8 x1 where #

Methods

qSerialPortTrUtf8 :: x1 -> IO String #

Instances
QqSerialPortTrUtf8 String # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPortTrUtf8 :: String -> IO String #

QqSerialPortTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

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

QqSerialPortTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

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

class QqSerialPort x1 where #

Methods

qSerialPort :: x1 -> IO (QSerialPort ()) #

Instances
QqSerialPort () # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: () -> IO (QSerialPort ()) #

QqSerialPort String # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: String -> IO (QSerialPort ()) #

QqSerialPort (QObject t1) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: QObject t1 -> IO (QSerialPort ()) #

QqSerialPort (QSerialPortInfo t1) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: QSerialPortInfo t1 -> IO (QSerialPort ()) #

QqSerialPort (String, QObject t2) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: (String, QObject t2) -> IO (QSerialPort ()) #

QqSerialPort (QSerialPortInfo t1, QObject t2) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

qSerialPort :: (QSerialPortInfo t1, QObject t2) -> IO (QSerialPort ()) #

class QbaudRate x1 where #

Methods

baudRate :: QSerialPort a -> x1 -> IO Int #

Instances
QbaudRate () # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

baudRate :: QSerialPort a -> () -> IO Int #

QbaudRate Directions # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

baudRate :: QSerialPort a -> Directions -> IO Int #

dataBits :: QSerialPort a -> () -> IO DataBits #

isBreakEnabled :: QSerialPort a -> () -> IO Bool #

isDataTerminalReady :: QSerialPort a -> () -> IO Bool #

isRequestToSend :: QSerialPort a -> () -> IO Bool #

parity :: QSerialPort a -> () -> IO Parity #

class QsendBreak x1 where #

Methods

sendBreak :: QSerialPort a -> x1 -> IO Bool #

Instances
QsendBreak Int # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

sendBreak :: QSerialPort a -> Int -> IO Bool #

QsendBreak () # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

sendBreak :: QSerialPort a -> () -> IO Bool #

class QsetBaudRate x1 where #

Methods

setBaudRate :: QSerialPort a -> x1 -> IO Bool #

Instances
QsetBaudRate Int # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

setBaudRate :: QSerialPort a -> Int -> IO Bool #

QsetBaudRate (Int, Directions) # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

setBaudRate :: QSerialPort a -> (Int, Directions) -> IO Bool #

class QsetBreakEnabled x1 where #

Methods

setBreakEnabled :: QSerialPort a -> x1 -> IO Bool #

Instances
QsetBreakEnabled Bool # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

setBreakEnabled :: QSerialPort a -> Bool -> IO Bool #

QsetBreakEnabled () # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

setBreakEnabled :: QSerialPort a -> () -> IO Bool #

setDataBits :: QSerialPort a -> DataBits -> IO Bool #

class QsetDataErrorPolicy x1 where #

Methods

setDataErrorPolicy :: QSerialPort a -> x1 -> IO Bool #

Instances
QsetDataErrorPolicy () # 
Instance details

Defined in Qtc.Serialport.QSerialPort

Methods

setDataErrorPolicy :: QSerialPort a -> () -> IO Bool #

QsetDataErrorPolicy DataErrorPolicy # 
Instance details

Defined in Qtc.Serialport.QSerialPort

setDataTerminalReady :: QSerialPort a -> Bool -> IO Bool #

setParity :: QSerialPort a -> Parity -> IO Bool #

setPortName :: QSerialPort a -> String -> IO () #

setRequestToSend :: QSerialPort a -> Bool -> IO Bool #

setStopBits :: QSerialPort a -> StopBits -> IO Bool #

settingsRestoredOnClose :: QSerialPort a -> () -> IO Bool #

stopBits :: QSerialPort a -> () -> IO StopBits #

Orphan instances

QportName (QSerialPort a) () # 
Instance details

Methods

portName :: QSerialPort a -> () -> IO String #

QwaitForReadyRead (QSerialPort ()) Int # 
Instance details

Methods

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

QwaitForReadyRead (QSerialPort a) () # 
Instance details

Methods

waitForReadyRead :: QSerialPort a -> () -> IO Bool #

QwaitForReadyRead (QSerialPortSc a) Int # 
Instance details

Methods

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

QwaitForBytesWritten (QSerialPort ()) Int # 
Instance details

Methods

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

QwaitForBytesWritten (QSerialPort a) () # 
Instance details

Methods

waitForBytesWritten :: QSerialPort a -> () -> IO Bool #

QwaitForBytesWritten (QSerialPortSc a) Int # 
Instance details

Methods

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

QsetReadBufferSize (QSerialPort a) Int # 
Instance details

Methods

setReadBufferSize :: QSerialPort a -> Int -> IO () #

QsetOpenMode (QSerialPort ()) OpenMode # 
Instance details

Methods

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

QsetOpenMode (QSerialPortSc a) OpenMode # 
Instance details

Methods

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

QsetErrorString (QSerialPort ()) String # 
Instance details

Methods

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

QsetErrorString (QSerialPortSc a) String # 
Instance details

Methods

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

QsenderSignalIndex (QSerialPort ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QSerialPortSc a) () # 
Instance details

Methods

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

Qsender (QSerialPort ()) () # 
Instance details

Methods

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

Qsender (QSerialPortSc a) () # 
Instance details

Methods

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

Qseek (QSerialPort ()) Int # 
Instance details

Methods

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

Qseek (QSerialPortSc a) Int # 
Instance details

Methods

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

Qreceivers (QSerialPort ()) String # 
Instance details

Methods

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

Qreceivers (QSerialPortSc a) String # 
Instance details

Methods

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

QreadBufferSize (QSerialPort a) () # 
Instance details

Methods

readBufferSize :: QSerialPort a -> () -> IO Int #

QisSequential (QSerialPort ()) () # 
Instance details

Methods

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

QisSequential (QSerialPortSc a) () # 
Instance details

Methods

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

QerrorString (QSerialPort ()) () # 
Instance details

Methods

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

QerrorString (QSerialPortSc a) () # 
Instance details

Methods

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

QclearError (QSerialPort a) () # 
Instance details

Methods

clearError :: QSerialPort a -> () -> IO () #

QcanReadLine (QSerialPort ()) () # 
Instance details

Methods

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

QcanReadLine (QSerialPortSc a) () # 
Instance details

Methods

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

QbytesToWrite (QSerialPort ()) () # 
Instance details

Methods

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

QbytesToWrite (QSerialPortSc a) () # 
Instance details

Methods

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

QbytesAvailable (QSerialPort ()) () # 
Instance details

Methods

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

QbytesAvailable (QSerialPortSc a) () # 
Instance details

Methods

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

QatEnd (QSerialPort ()) () # 
Instance details

Methods

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

QatEnd (QSerialPortSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qhandle (QSerialPort a) () (IO Int) # 
Instance details

Methods

handle :: QSerialPort a -> () -> IO Int #

Qflush (QSerialPort a) () (IO Bool) # 
Instance details

Methods

flush :: QSerialPort a -> () -> IO Bool #

Qqerror (QSerialPort a) () (IO SerialPortError) # 
Instance details

Methods

qerror :: QSerialPort a -> () -> IO SerialPortError #

Qclose (QSerialPort ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qclear (QSerialPort a) Directions (IO Bool) # 
Instance details

Methods

clear :: QSerialPort a -> Directions -> IO Bool #

Qclear (QSerialPort a) () (IO Bool) # 
Instance details

Methods

clear :: QSerialPort a -> () -> IO Bool #

QuserMethod (QSerialPort ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetPort (QSerialPort a) (QSerialPortInfo t1) # 
Instance details

Methods

setPort :: QSerialPort a -> QSerialPortInfo t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

disconnectNotify :: QSerialPortSc a -> QMetaMethod t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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