sha256
Command allows to generate a hash of an existing file at a specified path on a target device (asynchronous).
Parameters
the file name.
the asynchronous callback.
Command allows to generate a hash of an existing file at a specified path on a target device (asynchronous).
Parameters
the file name.
offset to start hash calculation at.
maximum length of data to read from file to generate hash with (optional, full file size if set to 0).
the asynchronous callback.
Command allows to generate a hash of an existing file at a specified path on a target device (synchronous).
Parameters
the file name.
Command allows to generate a hash of an existing file at a specified path on a target device (synchronous).
Parameters
the file name.
offset to start checksum calculation at.
maximum length of data to read from file to generate hash with (optional, full file size if set to 0).