View Source Jeff.Command.ComSettings (jeff v0.5.0)
Communication configuration command
OSDP v2.2 Specification Reference: 6.13
Link to this section Summary
Link to this section Types
@type baud() :: 9600
@type param() :: {:address, Jeff.osdp_address()} | {:baud, baud()}
@type t() :: %Jeff.Command.ComSettings{address: Jeff.osdp_address(), baud: baud()}
Link to this section Functions
@spec encode([param()]) :: <<_::40>>