Uses of Class
io.qt.serialbus.QCanBusFrame
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QCanBusFrame in io.qt.serialbus
Methods in io.qt.serialbus that return QCanBusFrame Modifier and Type Method Description QCanBusFrame
QCanBusFrame. clone()
protected QCanBusFrame
QCanBusDevice. dequeueOutgoingFrame()
QCanBusFrame
QCanBusDevice. readFrame()
Methods in io.qt.serialbus that return types with arguments of type QCanBusFrame Modifier and Type Method Description QVector<QCanBusFrame>
QCanBusDevice. readAllFrames()
Methods in io.qt.serialbus with parameters of type QCanBusFrame Modifier and Type Method Description protected void
QCanBusDevice. enqueueOutgoingFrame(QCanBusFrame newFrame)
abstract String
QCanBusDevice. interpretErrorFrame(QCanBusFrame errorFrame)
abstract boolean
QCanBusDevice. writeFrame(QCanBusFrame frame)
Method parameters in io.qt.serialbus with type arguments of type QCanBusFrame Modifier and Type Method Description protected void
QCanBusDevice. enqueueReceivedFrames(Collection<QCanBusFrame> newFrames)