Snapex7.Client.get_pg_block_info
You're seeing just the function
get_pg_block_info
, go back to Snapex7.Client module for more information.
Specs
get_pg_block_info(GenServer.server(), bitstring()) :: {:ok, list()} | {:error, map()} | {:error, :einval}
Return detailed information about a block present in a user buffer. This function is usually used in conjunction with full_upload/2. An uploaded a block saved to disk, could be loaded in a user buffer and checked with this function.