View Source Jeff.Command.Mfg (jeff v0.5.0)

Manufacturer-specific command

OSDP v2.2 Specification Reference: 6.19

Link to this section Summary

Link to this section Types

@type param() :: {:vendor_code, Jeff.vendor_code()} | {:data, binary()}
@type t() :: %Jeff.Command.Mfg{data: binary(), vendor_code: Jeff.vendor_code()}

Link to this section Functions

@spec encode([param()]) :: <<_::24, _::_*8>>
@spec encode(t()) :: <<_::24, _::_*8>>
@spec new([param()]) :: t()