1 Image handling {#image}
4 \section create_i Create
7 Host --> BioMcu: CMD_IMAGE \nARG_CREATE
8 hnote over BioMcu : image
9 BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result]
13 \section upload_i Upload
19 hnote over BioMcu : image
20 Host --> BioMcu: CMD_IMAGE \nARG_UPLOAD
21 BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result] \nARG_DATA[image]
22 hnote over Host : image
26 \section download_i Download
32 hnote over Host : image
33 Host --> BioMcu: CMD_IMAGE \nARG_DOWNLOAD \nARG_DATA[image]
34 hnote over BioMcu : image
35 BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result]