1//! Set the current barcode/currency inhibit status of the device. 2 3mod command; 4mod response; 5 6pub use command::*; 7pub use response::*;