add commands to set and read buffer sample

- add commands
This commit is contained in:
Pritimay Sarkar
2023-08-03 15:34:49 +05:30
parent 4488e5e16e
commit d0c309801d
4 changed files with 82 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
package com.example.hpostesting.data.constant
enum class HemoCubeCommands(val command: String) {
run("R\r"),
startBuffer("B\r"),
getBuffer("B\r"),
startSample("S\r"),
getSample("P\r"),
}