Uses of Enum
io.qt.serialbus.QCanBusFrame.FrameError
Packages that use QCanBusFrame.FrameError
-
Uses of QCanBusFrame.FrameError in io.qt.serialbus
Methods in io.qt.serialbus that return QCanBusFrame.FrameErrorModifier and TypeMethodDescriptionfinal QCanBusFrame.FrameError[]
QCanBusFrame.FrameErrors.flags()
Returns an array of flag objects represented by this FrameErrors.static QCanBusFrame.FrameError
QCanBusFrame.FrameError.resolve
(int value) Returns the corresponding enum entry for the given value.static QCanBusFrame.FrameError
Returns the enum constant of this type with the specified name.static QCanBusFrame.FrameError[]
QCanBusFrame.FrameError.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.serialbus with parameters of type QCanBusFrame.FrameErrorModifier and TypeMethodDescriptionQCanBusFrame.FrameError.combined
(QCanBusFrame.FrameError e) Combines this entry with other enum entry.final QCanBusFrame.FrameErrors
QCanBusFrame.FrameErrors.combined
(QCanBusFrame.FrameError e) Combines this flags with enum entry.static QCanBusFrame.FrameErrors
QCanBusFrame.FrameError.flags
(QCanBusFrame.FrameError... values) Creates a newQCanBusFrame.FrameErrors
from the entries.final void
QCanBusFrame.setError
(QCanBusFrame.FrameError... e) Overloaded function forQCanBusFrame.setError(io.qt.serialbus.QCanBusFrame.FrameErrors)
.final QCanBusFrame.FrameErrors
QCanBusFrame.FrameErrors.setFlag
(QCanBusFrame.FrameError e) Sets the flage
final QCanBusFrame.FrameErrors
QCanBusFrame.FrameErrors.setFlag
(QCanBusFrame.FrameError e, boolean on) Sets or clears the flagflag
Constructors in io.qt.serialbus with parameters of type QCanBusFrame.FrameErrorModifierConstructorDescriptionFrameErrors
(QCanBusFrame.FrameError... args) Creates a new FrameErrors where the flags inargs
are set.