Uses of Class
io.qt.serialbus.QCanBusFrame.FrameType
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QCanBusFrame.FrameType in io.qt.serialbus
Methods in io.qt.serialbus that return QCanBusFrame.FrameType Modifier and Type Method Description QCanBusFrame.FrameType
QCanBusFrame. frameType()
static QCanBusFrame.FrameType
QCanBusFrame.FrameType. resolve(int value)
Returns the corresponding enum entry for the given value.QCanBusFrame.FrameType
QCanBusDevice.Filter. type()
Of the frame to be filteredstatic QCanBusFrame.FrameType
QCanBusFrame.FrameType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCanBusFrame.FrameType[]
QCanBusFrame.FrameType. 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.FrameType Modifier and Type Method Description void
QCanBusFrame. setFrameType(QCanBusFrame.FrameType newFormat)
void
QCanBusDevice.Filter. setType(QCanBusFrame.FrameType type)
Of the frame to be filteredConstructors in io.qt.serialbus with parameters of type QCanBusFrame.FrameType Constructor Description QCanBusFrame(QCanBusFrame.FrameType type)