Host Communication Protocol  2.0
doc/md/9_device.md
Go to the documentation of this file.
1 Device operations {#device}
2 ========
3 
4 \section reset_d Reset device
5 
6 @startuml
7 Host --> BioMcu: CMD_RESET
8 BioMcu --> Host: CMD_RESET \nARG_RESULT[bep_result]
9 rnote over BioMcu: Reset
10 @enduml
11 ***