ark::canbus::Cia315GenericFrame

Defined in header “ark/canbus/cia315_frames.hh”.


This is the packet as it exists on the wire. The CIA315 decoder can produce these.

Methods

Variables

  • uint8_t sequence_counter= 0
    Contains an incrementing number (increments once per CIA315 frame emitted). Set to zero on power-on.

  • Cia315MessageType message_type{}
    The type of message in the payload.

  • core::ByteBuffer payload
    The payload itself (limited to a max size of 255 bytes).