Communication enums
To include the communication enums starting with C_G_ into your own project, you can visit our public repository for them.
Then simply include the files and use them.
Fixed enums
There are a few enums that are fixed and aren't generated
OTA
Commands
| enum | number |
|---|---|
OTA | 100 |
Parameters
| enum | number |
|---|---|
Init | 101 |
OtaErase | 102 |
ShowUpdatePopup | 103 |
ShowTransferInProgressPopup | 104 |
ShowTransferCompletedPopup | 105 |
Responses
| enum | number |
|---|---|
OK | 150 |
N_OK | 151 |
Tester info
Commands
| enum | number |
|---|---|
TesterInfo | 200 |
End
Commands
| enum | number |
|---|---|
End | 400 |
Import/Export
Commands
| enum | number |
|---|---|
Import | 300 |
Export | 301 |
Parameters
| enum | number |
|---|---|
Project | 350 |
Station | 351 |
Test | 352 |
Measurement | 353 |