Command object
Index FB00 STM Command
|
Index (hex) |
Name |
Meaning |
Data type |
Flags |
Default | ||
|---|---|---|---|---|---|---|---|
|
FB00:0 |
STM Command |
Maximum subindex |
UINT8 |
RO |
0x03 (3dec) | ||
|
FB00:01 |
Request |
Requesting a command |
0x8000 |
Software reset |
OCTET-STRING[2] |
RW |
{0} |
|
FB00:02 |
Status |
Status of the command |
0 |
No error, without return value |
UINT8 |
RO |
0x00 (0dec) |
|
1 |
No error, with return value | ||||||
|
2 |
With error, without return value | ||||||
|
3 |
With error, with return value | ||||||
|
... |
reserved | ||||||
|
255 |
Command execution active | ||||||
|
FB00:03 |
Response |
Return value of the executed command |
OCTET-STRING[4] |
RO |
{0} | ||