StateMachine

IStateMachine<State> IoBus.IBus.StateMachine { get; }

Gets the state machine of the bus, providing access to its low-level state.

Value

IStateMachine<State> – Bus state machine.

Throws