Documentation
class QqCanBusDeviceTrUtf8 x1 where #
qCanBusDeviceTrUtf8 :: x1 -> IO String #
Instances
QqCanBusDeviceTrUtf8 String # | |
Defined in Qtc.Serialbus.QCanBusDevice qCanBusDeviceTrUtf8 :: String -> IO String # | |
QqCanBusDeviceTrUtf8 (String, String) # | |
Defined in Qtc.Serialbus.QCanBusDevice qCanBusDeviceTrUtf8 :: (String, String) -> IO String # | |
QqCanBusDeviceTrUtf8 (String, String, Int) # | |
Defined in Qtc.Serialbus.QCanBusDevice qCanBusDeviceTrUtf8 :: (String, String, Int) -> IO String # |
class QqCanBusDevice x1 where #
qCanBusDevice :: x1 -> IO (QCanBusDevice ()) #
Instances
QqCanBusDevice () # | |
Defined in Qtc.Serialbus.QCanBusDevice qCanBusDevice :: () -> IO (QCanBusDevice ()) # | |
QqCanBusDevice (QObject t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice qCanBusDevice :: QObject t1 -> IO (QCanBusDevice ()) # |
configurationKeys :: QCanBusDevice a -> () -> IO [Int] #
configurationParameter :: QCanBusDevice a -> Int -> IO (QVariant ()) #
class QdequeueOutgoingFrame x0 x1 where #
dequeueOutgoingFrame :: x0 -> x1 -> IO (QCanBusFrame ()) #
Instances
QdequeueOutgoingFrame (QCanBusDevice ()) () # | |
Defined in Qtc.Serialbus.QCanBusDevice dequeueOutgoingFrame :: QCanBusDevice () -> () -> IO (QCanBusFrame ()) # | |
QdequeueOutgoingFrame (QCanBusDeviceSc a) () # | |
Defined in Qtc.Serialbus.QCanBusDevice dequeueOutgoingFrame :: QCanBusDeviceSc a -> () -> IO (QCanBusFrame ()) # |
class QenqueueOutgoingFrame x0 x1 where #
enqueueOutgoingFrame :: x0 -> x1 -> IO () #
Instances
QenqueueOutgoingFrame (QCanBusDevice ()) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice enqueueOutgoingFrame :: QCanBusDevice () -> QCanBusFrame t1 -> IO () # | |
QenqueueOutgoingFrame (QCanBusDeviceSc a) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice enqueueOutgoingFrame :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO () # |
class QenqueueReceivedFrames x0 x1 where #
enqueueReceivedFrames :: x0 -> x1 -> IO () #
Instances
QenqueueReceivedFrames (QCanBusDevice ()) [QCanBusFrame t1] # | |
Defined in Qtc.Serialbus.QCanBusDevice enqueueReceivedFrames :: QCanBusDevice () -> [QCanBusFrame t1] -> IO () # | |
QenqueueReceivedFrames (QCanBusDeviceSc a) [QCanBusFrame t1] # | |
Defined in Qtc.Serialbus.QCanBusDevice enqueueReceivedFrames :: QCanBusDeviceSc a -> [QCanBusFrame t1] -> IO () # |
framesAvailable :: QCanBusDevice a -> () -> IO Int #
framesToWrite :: QCanBusDevice a -> () -> IO Int #
class QhasOutgoingFrames x0 x1 where #
hasOutgoingFrames :: x0 -> x1 -> IO Bool #
Instances
QhasOutgoingFrames (QCanBusDevice ()) () # | |
Defined in Qtc.Serialbus.QCanBusDevice hasOutgoingFrames :: QCanBusDevice () -> () -> IO Bool # | |
QhasOutgoingFrames (QCanBusDeviceSc a) () # | |
Defined in Qtc.Serialbus.QCanBusDevice hasOutgoingFrames :: QCanBusDeviceSc a -> () -> IO Bool # |
class QinterpretErrorFrame x0 x1 where #
interpretErrorFrame :: x0 -> x1 -> IO String #
Instances
QinterpretErrorFrame (QCanBusDevice ()) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice interpretErrorFrame :: QCanBusDevice () -> QCanBusFrame t1 -> IO String # | |
QinterpretErrorFrame (QCanBusDeviceSc a) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice interpretErrorFrame :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO String # |
readFrame :: QCanBusDevice a -> () -> IO (QCanBusFrame ()) #
class QsetConfigurationParameter x0 x1 where #
setConfigurationParameter :: x0 -> x1 -> IO () #
Instances
QsetConfigurationParameter (QCanBusDevice ()) (Int, QVariant t2) # | |
Defined in Qtc.Serialbus.QCanBusDevice setConfigurationParameter :: QCanBusDevice () -> (Int, QVariant t2) -> IO () # | |
QsetConfigurationParameter (QCanBusDeviceSc a) (Int, QVariant t2) # | |
Defined in Qtc.Serialbus.QCanBusDevice setConfigurationParameter :: QCanBusDeviceSc a -> (Int, QVariant t2) -> IO () # |
class QwaitForFramesReceived x0 x1 where #
waitForFramesReceived :: x0 -> x1 -> IO Bool #
Instances
QwaitForFramesReceived (QCanBusDevice ()) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice waitForFramesReceived :: QCanBusDevice () -> Int -> IO Bool # | |
QwaitForFramesReceived (QCanBusDeviceSc a) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice waitForFramesReceived :: QCanBusDeviceSc a -> Int -> IO Bool # |
class QwaitForFramesWritten x0 x1 where #
waitForFramesWritten :: x0 -> x1 -> IO Bool #
Instances
QwaitForFramesWritten (QCanBusDevice ()) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice waitForFramesWritten :: QCanBusDevice () -> Int -> IO Bool # | |
QwaitForFramesWritten (QCanBusDeviceSc a) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice waitForFramesWritten :: QCanBusDeviceSc a -> Int -> IO Bool # |
class QwriteFrame x0 x1 where #
writeFrame :: x0 -> x1 -> IO Bool #
Instances
QwriteFrame (QCanBusDevice ()) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice writeFrame :: QCanBusDevice () -> QCanBusFrame t1 -> IO Bool # | |
QwriteFrame (QCanBusDeviceSc a) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice writeFrame :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO Bool # |
qCanBusDevice_delete :: QCanBusDevice a -> IO () #
qCanBusDevice_deleteLater :: QCanBusDevice a -> IO () #