View Source Jeff.Reply.FileTransferStatus (jeff v0.5.2)

File Transfer Status (osdp_FTSTAT)

OSDP v2.2 Specification Reference: 7.25

Link to this section Summary

Link to this section Types

@type status() ::
  :ok
  | :processed
  | :rebooting
  | :finishing
  | :abort
  | :unrecognized_contents
  | :malformed
  | integer()
@type t() :: %Jeff.Reply.FileTransferStatus{
  delay: pos_integer(),
  interleave_ok?: boolean(),
  leave_secure_channel?: boolean(),
  separate_poll_response?: boolean(),
  status: status(),
  update_msg_max: pos_integer()
}

Link to this section Functions

@spec decode(binary()) :: t()