crc32
Command allows to generate a checksum 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 checksum of an existing file at a specified path on a target device (asynchronous).
Parameters
the file name.
offset to start checksum calculation at.
maximum length of data to read from file to generate checksum with (optional, full file size if set to 0).
the asynchronous callback.
Command allows to generate a checksum of an existing file at a specified path on a target device (synchronous).
Parameters
the file name.
Command allows to generate a checksum 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 checksum with (optional, full file size if set to 0).