BMLite_Nordic/hcp/doc/md/5_image.md
Andrey Perminov 06b99d7e18 Initial commit
Change-Id: I532af5014d3392fb525487a4894673405cf6fe42
2020-04-16 15:40:31 -07:00

758 B

\page image Image handling

\section create_i Create

@startuml Host --> BioMcu: CMD_IMAGE \nARG_CREATE hnote over BioMcu : image BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result] @enduml


\section upload_i Upload

@startuml participant Host participant BioMcu

hnote over BioMcu : image Host --> BioMcu: CMD_IMAGE \nARG_UPLOAD BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result] \nARG_DATA[image] hnote over Host : image @enduml


\section download_i Download

@startuml participant Host participant BioMcu

hnote over Host : image Host --> BioMcu: CMD_IMAGE \nARG_DOWNLOAD \nARG_DATA[image] hnote over BioMcu : image BioMcu --> Host: CMD_IMAGE \nARG_RESULT[bep_result] @enduml