![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| 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.
| [in] | protocol | used to execute the command |
| [in] | Filename | Name of file to open for writing. |
| [in] | Filename_len | |
| [out] | MaxBlockLen | Maximum count of Bytes to send with a single brp_Ftob_WriteFileBlock(). |