BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_FlashFS_GetRecordSize | ( | brp_protocol | protocol, |
unsigned | FileId, | ||
unsigned * | RecordSize | ||
) |
This command retrieves the size of a single record of a certain file.
Every file has a fix record size, which was specified at file creation.
[in] | protocol | used to execute the command |
[in] | FileId | File ID of the file to get the record size from. |
[out] | RecordSize | Record size of file (in Bytes). |