C API for BALTECH SDK

§ brp_Ftob_OpenWriteFile()

brp_errcode brp_Ftob_OpenWriteFile ( brp_protocol  protocol,
brp_buf  Filename,
size_t  Filename_len,
unsigned *  MaxBlockLen 
)

This commands starts writing a file to the reader. After executing this command successfully, you may execute only FToB commands until finishing transfer.

Parameters
[in]protocolused to execute the command
[in]FilenameName of file to open for writing.
[in]Filename_len
[out]MaxBlockLenMaximum count of Bytes to send with a single Ftob.WriteFileBlock.