Frame

Type Alias Frame 

Source
pub type Frame = Arc<FrameData>;

Aliased Type§

pub struct Frame { /* private fields */ }

Trait Implementations§

Source§

impl BusRtEapiEvent for Frame

Source§

fn parse_oid(&self) -> Option<OID>

Parse OID from the topic
Source§

fn bus_event(&self) -> BusEventKind

Get the event kind from the topic
Source§

fn is_actual_state_event(&self) -> bool

Returns true for actual state events (local, remote)