LinBusState

class mtf.libs.mtf_pybinder.LinBusState

Enum class of different LIN Bus States

Members:

LinInit

LinOperational

LinSleep

LinInit = <LinBusState.LinInit: 0>
LinOperational = <LinBusState.LinOperational: 2>
LinSleep = <LinBusState.LinSleep: 1>
__init__(self: mtf.libs.mtf_pybinder.LinBusState, value: int) None
__new__(**kwargs)
property name
property value