Snapex7.Client.get_ag_block_info

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

get_ag_block_info(pid, block_type, block_num)

View Source

Specs

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

Return detail information about an AG given block. This function is very useful if you nead to read or write data in a DB which you do not know the size in advance (see pg 127).