Uses of Class
io.qt.serialbus.QCanBusFrame
Packages that use QCanBusFrame
-
Uses of QCanBusFrame in io.qt.serialbus
Methods in io.qt.serialbus that return QCanBusFrameModifier and TypeMethodDescriptionQCanBusFrame.clone()
protected final QCanBusFrame
QCanBusDevice.dequeueOutgoingFrame()
final QCanBusFrame
QCanBusDevice.readFrame()
Methods in io.qt.serialbus that return types with arguments of type QCanBusFrameMethods in io.qt.serialbus with parameters of type QCanBusFrameModifier and TypeMethodDescriptionprotected final 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 QCanBusFrameModifier and TypeMethodDescriptionprotected final void
QCanBusDevice.enqueueReceivedFrames
(Collection<QCanBusFrame> newFrames)