Jeff.Command.ComSettings (jeff v0.3.0) View Source

Communication configuration command

OSDP v2.2 Specification Reference: 6.13

Link to this section Summary

Link to this section Types

Specs

baud() :: 9600

Specs

param() :: {:address, Jeff.osdp_address()} | {:baud, baud()}

Specs

params() :: t() | [param()]

Specs

t() :: %Jeff.Command.ComSettings{address: Jeff.osdp_address(), baud: baud()}

Link to this section Functions

Specs

encode(params()) :: binary()

Specs

new(params()) :: t()