kvasir_agent

v0.0.3

  • Pages
  • Modules

    kvasir_agent v0.0.3 Kvasir.Command.Encoder View Source

    Link to this section Summary

    Functions

    decode(data, opts \\ [])
    decode(command, payload, meta)
    encode(command, opts \\ [])
    pack(command, opts \\ [])
    unpack(command)

    Link to this section Functions

    Link to this function decode(data, opts \\ []) View Source
    Link to this function decode(command, payload, meta) View Source
    Link to this function encode(command, opts \\ []) View Source
    Link to this function pack(command, opts \\ []) View Source
    pack(Kvasir.Command.t(), Keyword.t()) :: {:ok, binary()}
    Link to this function unpack(command) View Source
    unpack(binary()) :: {:ok, Kvasir.Command.t()} | {:error, atom()}

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer.