Documentation
class QinterpretErrorFrame_h x0 x1 where #
interpretErrorFrame_h :: x0 -> x1 -> IO String #
Instances
QinterpretErrorFrame_h (QCanBusDevice ()) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h interpretErrorFrame_h :: QCanBusDevice () -> QCanBusFrame t1 -> IO String # | |
QinterpretErrorFrame_h (QCanBusDeviceSc a) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h interpretErrorFrame_h :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO String # |
class QsetConfigurationParameter_h x0 x1 where #
setConfigurationParameter_h :: x0 -> x1 -> IO () #
Instances
QsetConfigurationParameter_h (QCanBusDevice ()) (Int, QVariant t2) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h setConfigurationParameter_h :: QCanBusDevice () -> (Int, QVariant t2) -> IO () # | |
QsetConfigurationParameter_h (QCanBusDeviceSc a) (Int, QVariant t2) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h setConfigurationParameter_h :: QCanBusDeviceSc a -> (Int, QVariant t2) -> IO () # |
class QwaitForFramesReceived_h x0 x1 where #
waitForFramesReceived_h :: x0 -> x1 -> IO Bool #
Instances
QwaitForFramesReceived_h (QCanBusDevice ()) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice_h waitForFramesReceived_h :: QCanBusDevice () -> Int -> IO Bool # | |
QwaitForFramesReceived_h (QCanBusDeviceSc a) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice_h waitForFramesReceived_h :: QCanBusDeviceSc a -> Int -> IO Bool # |
class QwaitForFramesWritten_h x0 x1 where #
waitForFramesWritten_h :: x0 -> x1 -> IO Bool #
Instances
QwaitForFramesWritten_h (QCanBusDevice ()) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice_h waitForFramesWritten_h :: QCanBusDevice () -> Int -> IO Bool # | |
QwaitForFramesWritten_h (QCanBusDeviceSc a) Int # | |
Defined in Qtc.Serialbus.QCanBusDevice_h waitForFramesWritten_h :: QCanBusDeviceSc a -> Int -> IO Bool # |
class QwriteFrame_h x0 x1 where #
writeFrame_h :: x0 -> x1 -> IO Bool #
Instances
QwriteFrame_h (QCanBusDevice ()) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h writeFrame_h :: QCanBusDevice () -> QCanBusFrame t1 -> IO Bool # | |
QwriteFrame_h (QCanBusDeviceSc a) (QCanBusFrame t1) # | |
Defined in Qtc.Serialbus.QCanBusDevice_h writeFrame_h :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO Bool # |