Qtc.Serialbus.QCanBusDevice

Contents

Documentation

class QqCanBusDeviceTrUtf8 x1 where #

Methods

qCanBusDeviceTrUtf8 :: x1 -> IO String #

Instances
QqCanBusDeviceTrUtf8 String # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

qCanBusDeviceTrUtf8 :: String -> IO String #

QqCanBusDeviceTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

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

QqCanBusDeviceTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

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

class QqCanBusDevice x1 where #

Methods

qCanBusDevice :: x1 -> IO (QCanBusDevice ()) #

Instances
QqCanBusDevice () # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

qCanBusDevice :: () -> IO (QCanBusDevice ()) #

QqCanBusDevice (QObject t1) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

qCanBusDevice :: QObject t1 -> IO (QCanBusDevice ()) #

configurationKeys :: QCanBusDevice a -> () -> IO [Int] #

class QdequeueOutgoingFrame x0 x1 where #

Methods

dequeueOutgoingFrame :: x0 -> x1 -> IO (QCanBusFrame ()) #

Instances
QdequeueOutgoingFrame (QCanBusDevice ()) () # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

dequeueOutgoingFrame :: QCanBusDevice () -> () -> IO (QCanBusFrame ()) #

QdequeueOutgoingFrame (QCanBusDeviceSc a) () # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

dequeueOutgoingFrame :: QCanBusDeviceSc a -> () -> IO (QCanBusFrame ()) #

class QenqueueOutgoingFrame x0 x1 where #

Methods

enqueueOutgoingFrame :: x0 -> x1 -> IO () #

class QenqueueReceivedFrames x0 x1 where #

Methods

enqueueReceivedFrames :: x0 -> x1 -> IO () #

framesAvailable :: QCanBusDevice a -> () -> IO Int #

framesToWrite :: QCanBusDevice a -> () -> IO Int #

class QhasOutgoingFrames x0 x1 where #

Methods

hasOutgoingFrames :: x0 -> x1 -> IO Bool #

Instances
QhasOutgoingFrames (QCanBusDevice ()) () # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

hasOutgoingFrames :: QCanBusDevice () -> () -> IO Bool #

QhasOutgoingFrames (QCanBusDeviceSc a) () # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

hasOutgoingFrames :: QCanBusDeviceSc a -> () -> IO Bool #

class QinterpretErrorFrame x0 x1 where #

Methods

interpretErrorFrame :: x0 -> x1 -> IO String #

Instances
QinterpretErrorFrame (QCanBusDevice ()) (QCanBusFrame t1) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

interpretErrorFrame :: QCanBusDevice () -> QCanBusFrame t1 -> IO String #

QinterpretErrorFrame (QCanBusDeviceSc a) (QCanBusFrame t1) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

interpretErrorFrame :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO String #

readFrame :: QCanBusDevice a -> () -> IO (QCanBusFrame ()) #

class QsetConfigurationParameter x0 x1 where #

Methods

setConfigurationParameter :: x0 -> x1 -> IO () #

Instances
QsetConfigurationParameter (QCanBusDevice ()) (Int, QVariant t2) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

setConfigurationParameter :: QCanBusDevice () -> (Int, QVariant t2) -> IO () #

QsetConfigurationParameter (QCanBusDeviceSc a) (Int, QVariant t2) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

setConfigurationParameter :: QCanBusDeviceSc a -> (Int, QVariant t2) -> IO () #

class QwaitForFramesReceived x0 x1 where #

Methods

waitForFramesReceived :: x0 -> x1 -> IO Bool #

Instances
QwaitForFramesReceived (QCanBusDevice ()) Int # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

waitForFramesReceived :: QCanBusDevice () -> Int -> IO Bool #

QwaitForFramesReceived (QCanBusDeviceSc a) Int # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

waitForFramesReceived :: QCanBusDeviceSc a -> Int -> IO Bool #

class QwaitForFramesWritten x0 x1 where #

Methods

waitForFramesWritten :: x0 -> x1 -> IO Bool #

Instances
QwaitForFramesWritten (QCanBusDevice ()) Int # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

waitForFramesWritten :: QCanBusDevice () -> Int -> IO Bool #

QwaitForFramesWritten (QCanBusDeviceSc a) Int # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

waitForFramesWritten :: QCanBusDeviceSc a -> Int -> IO Bool #

class QwriteFrame x0 x1 where #

Methods

writeFrame :: x0 -> x1 -> IO Bool #

Instances
QwriteFrame (QCanBusDevice ()) (QCanBusFrame t1) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

writeFrame :: QCanBusDevice () -> QCanBusFrame t1 -> IO Bool #

QwriteFrame (QCanBusDeviceSc a) (QCanBusFrame t1) # 
Instance details

Defined in Qtc.Serialbus.QCanBusDevice

Methods

writeFrame :: QCanBusDeviceSc a -> QCanBusFrame t1 -> IO Bool #

Orphan instances

QdisconnectDevice (QCanBusDevice a) () # 
Instance details

Methods

disconnectDevice :: QCanBusDevice a -> () -> IO () #

QconnectDevice (QCanBusDevice a) () # 
Instance details

Methods

connectDevice :: QCanBusDevice a -> () -> IO Bool #

QsetState (QCanBusDevice ()) CanBusDeviceState # 
Instance details

Methods

setState :: QCanBusDevice () -> CanBusDeviceState -> IO () #

QsetState (QCanBusDeviceSc a) CanBusDeviceState # 
Instance details

QsenderSignalIndex (QCanBusDevice ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QCanBusDeviceSc a) () # 
Instance details

Methods

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

Qsender (QCanBusDevice ()) () # 
Instance details

Methods

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

Qsender (QCanBusDeviceSc a) () # 
Instance details

Methods

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

Qreceivers (QCanBusDevice ()) String # 
Instance details

Methods

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

Qreceivers (QCanBusDeviceSc a) String # 
Instance details

Methods

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

QerrorString (QCanBusDevice ()) () # 
Instance details

Methods

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

QerrorString (QCanBusDeviceSc a) () # 
Instance details

Methods

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

Qstate (QCanBusDevice a) () (IO CanBusDeviceState) # 
Instance details

Methods

state :: QCanBusDevice a -> () -> IO CanBusDeviceState #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qopen (QCanBusDevice ()) () (IO Bool) # 
Instance details

Methods

open :: QCanBusDevice () -> () -> IO Bool #

Qopen (QCanBusDeviceSc a) () (IO Bool) # 
Instance details

Methods

open :: QCanBusDeviceSc a -> () -> IO Bool #

Qqerror (QCanBusDevice a) () (IO CanBusError) # 
Instance details

Methods

qerror :: QCanBusDevice a -> () -> IO CanBusError #

Qclose (QCanBusDevice ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QuserMethod (QCanBusDevice ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetError (QCanBusDevice ()) (String, CanBusError) # 
Instance details

Methods

setError :: QCanBusDevice () -> (String, CanBusError) -> IO () #

QsetError (QCanBusDeviceSc a) (String, CanBusError) # 
Instance details

Methods

setError :: QCanBusDeviceSc a -> (String, CanBusError) -> IO () #

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

Methods

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

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

Methods

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