Snapex7.Client.full_upload

You're seeing just the function full_upload, go back to Snapex7.Client module for more information.
Link to this function

full_upload(pid, block_type, block_num, bytes2read)

View Source

Specs

full_upload(GenServer.server(), atom(), integer(), integer()) ::
  {:ok, bitstring()} | {:error, map()} | {:error, :einval}

Uploads a block from AG. (gets a block from PLC) The whole block (including header and footer) is copied into the user buffer (as bytes).