ebds 0.4.2

Messages and related types for implementing the EBDS serial communication protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod command;
mod reply;

pub use command::{
    index as extended_note_inhibits_command_index, EnableNote, SetExtendedNoteInhibits,
    SetExtendedNoteInhibitsCFSC, SetExtendedNoteInhibitsSC, CFSC_ENABLE_LEN, SC_ENABLE_LEN,
};
pub use reply::{
    index as extended_note_inhibits_reply_index, ExtendedNoteInhibitsReply,
    ExtendedNoteInhibitsReplyAlt,
};