Uses of Enum
io.qt.serialbus.QtCanBus.DataSource
Packages that use QtCanBus.DataSource
-
Uses of QtCanBus.DataSource in io.qt.serialbus
Methods in io.qt.serialbus that return QtCanBus.DataSourceModifier and TypeMethodDescriptionfinal QtCanBus.DataSource
QCanSignalDescription.dataSource()
static QtCanBus.DataSource
QtCanBus.DataSource.resolve
(byte value) Returns the corresponding enum entry for the given value.final QtCanBus.DataSource
QCanUniqueIdDescription.source()
static QtCanBus.DataSource
Returns the enum constant of this type with the specified name.static QtCanBus.DataSource[]
QtCanBus.DataSource.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 QtCanBus.DataSourceModifier and TypeMethodDescriptionfinal void
QCanSignalDescription.setDataSource
(QtCanBus.DataSource source) final void
QCanUniqueIdDescription.setSource
(QtCanBus.DataSource source)