Bus Observer Start Observer
Starts monitor over a specific Bus.
Arguments Description
bus_name (str): Bus name
- event_type (EventType,optional): Bus Event type to observe ,
- enum { 0Frame event,
1 : Lin wake up event, 2 : Lin sleep event}
Defaults to frame event .
Returns
bool: True if the observer is successfully started; otherwise, False.
Example
Bus Observer Start Observer ${bus_name} ${event_type}