Documentation
class QqSerialPortTrUtf8 x1 where #
qSerialPortTrUtf8 :: x1 -> IO String #
Instances
QqSerialPortTrUtf8 String # | |
Defined in Qtc.Serialport.QSerialPort qSerialPortTrUtf8 :: String -> IO String # | |
QqSerialPortTrUtf8 (String, String) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPortTrUtf8 :: (String, String) -> IO String # | |
QqSerialPortTrUtf8 (String, String, Int) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPortTrUtf8 :: (String, String, Int) -> IO String # |
class QqSerialPort x1 where #
qSerialPort :: x1 -> IO (QSerialPort ()) #
Instances
QqSerialPort () # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: () -> IO (QSerialPort ()) # | |
QqSerialPort String # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: String -> IO (QSerialPort ()) # | |
QqSerialPort (QObject t1) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: QObject t1 -> IO (QSerialPort ()) # | |
QqSerialPort (QSerialPortInfo t1) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: QSerialPortInfo t1 -> IO (QSerialPort ()) # | |
QqSerialPort (String, QObject t2) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: (String, QObject t2) -> IO (QSerialPort ()) # | |
QqSerialPort (QSerialPortInfo t1, QObject t2) # | |
Defined in Qtc.Serialport.QSerialPort qSerialPort :: (QSerialPortInfo t1, QObject t2) -> IO (QSerialPort ()) # |
baudRate :: QSerialPort a -> x1 -> IO Int #
Instances
QbaudRate () # | |
Defined in Qtc.Serialport.QSerialPort baudRate :: QSerialPort a -> () -> IO Int # | |
QbaudRate Directions # | |
Defined in Qtc.Serialport.QSerialPort baudRate :: QSerialPort a -> Directions -> IO Int # |
dataBits :: QSerialPort a -> () -> IO DataBits #
dataErrorPolicy :: QSerialPort a -> () -> IO DataErrorPolicy #
flowControl :: QSerialPort a -> () -> IO FlowControl #
isBreakEnabled :: QSerialPort a -> () -> IO Bool #
isDataTerminalReady :: QSerialPort a -> () -> IO Bool #
isRequestToSend :: QSerialPort a -> () -> IO Bool #
parity :: QSerialPort a -> () -> IO Parity #
pinoutSignals :: QSerialPort a -> () -> IO PinoutSignals #
class QsendBreak x1 where #
sendBreak :: QSerialPort a -> x1 -> IO Bool #
Instances
QsendBreak Int # | |
Defined in Qtc.Serialport.QSerialPort sendBreak :: QSerialPort a -> Int -> IO Bool # | |
QsendBreak () # | |
Defined in Qtc.Serialport.QSerialPort sendBreak :: QSerialPort a -> () -> IO Bool # |
class QsetBaudRate x1 where #
setBaudRate :: QSerialPort a -> x1 -> IO Bool #
Instances
QsetBaudRate Int # | |
Defined in Qtc.Serialport.QSerialPort setBaudRate :: QSerialPort a -> Int -> IO Bool # | |
QsetBaudRate (Int, Directions) # | |
Defined in Qtc.Serialport.QSerialPort setBaudRate :: QSerialPort a -> (Int, Directions) -> IO Bool # |
class QsetBreakEnabled x1 where #
setBreakEnabled :: QSerialPort a -> x1 -> IO Bool #
Instances
QsetBreakEnabled Bool # | |
Defined in Qtc.Serialport.QSerialPort setBreakEnabled :: QSerialPort a -> Bool -> IO Bool # | |
QsetBreakEnabled () # | |
Defined in Qtc.Serialport.QSerialPort setBreakEnabled :: QSerialPort a -> () -> IO Bool # |
setDataBits :: QSerialPort a -> DataBits -> IO Bool #
class QsetDataErrorPolicy x1 where #
setDataErrorPolicy :: QSerialPort a -> x1 -> IO Bool #
Instances
QsetDataErrorPolicy () # | |
Defined in Qtc.Serialport.QSerialPort setDataErrorPolicy :: QSerialPort a -> () -> IO Bool # | |
QsetDataErrorPolicy DataErrorPolicy # | |
Defined in Qtc.Serialport.QSerialPort setDataErrorPolicy :: QSerialPort a -> DataErrorPolicy -> IO Bool # |
setDataTerminalReady :: QSerialPort a -> Bool -> IO Bool #
setFlowControl :: QSerialPort a -> FlowControl -> IO Bool #
setParity :: QSerialPort a -> Parity -> IO Bool #
setPortName :: QSerialPort a -> String -> IO () #
setRequestToSend :: QSerialPort a -> Bool -> IO Bool #
setSettingsRestoredOnClose :: QSerialPort a -> Bool -> IO () #
setStopBits :: QSerialPort a -> StopBits -> IO Bool #
settingsRestoredOnClose :: QSerialPort a -> () -> IO Bool #
stopBits :: QSerialPort a -> () -> IO StopBits #
qSerialPort_delete :: QSerialPort a -> IO () #
qSerialPort_deleteLater :: QSerialPort a -> IO () #