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
pub(crate) mod command;
pub(crate) mod reply;

pub use command::{
    index as omnibus_command_index, Barcode, Configuration, DocumentReturn, DocumentStack,
    EscrowMode, ExtendedNoteReporting, NoPush, OmnibusCommand, OmnibusCommandOps, OperationalMode,
    OrientationControl, PowerUp,
};
pub use reply::{index as omnibus_reply_index, OmnibusReply, OmnibusReplyOps};