Add Undefined and Mixed state for use in SDK

This commit is contained in:
Alexey Rybalchenko
2020-07-14 12:23:16 +02:00
parent ba3a82b1df
commit a6da208e79
7 changed files with 79 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ enum FBResult:byte {
}
enum FBState:byte {
Undefined,
Ok,
Error,
Idle,