View Source Jeff.Reply.MfgReply (jeff v0.5.0)
Manufacturer-specific reply
Link to this section Summary
Link to this section Types
@type param() :: {:vendor_code, Jeff.vendor_code()} | {:data, binary()}
@type t() :: %Jeff.Reply.MfgReply{data: binary(), vendor_code: Jeff.vendor_code()}
Link to this section Functions
@spec decode(<<_::24, _::_*8>>) :: t()