C API for BALTECH SDK

§ brp_FlashFS_GetRecordSize()

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.

Parameters
[in]protocolused to execute the command
[in]FileIdFile ID of the file to get the record size from.
[out]RecordSizeRecord size of file (in Bytes).