Zephyr Management¶
The Simple Management Protocol (SMP) Zephyr Management group.
EraseStorageRequest
¶
EraseStorageResponse
¶
Bases: WriteResponse
Success response to a storage area erase.
Source code in smp/zephyr_management.py
ZEPHYRBASIC_MGMT_ERR
¶
Bases: IntEnum
Return codes for the Zephyr Management group.
Source code in smp/zephyr_management.py
OK = 0
class-attribute
instance-attribute
¶
No error, this is implied if there is no ret value in the response
UNKNOWN = 1
class-attribute
instance-attribute
¶
Unknown error occurred.
FLASH_OPEN_FAILED = 2
class-attribute
instance-attribute
¶
Opening of the flash area has failed.
FLASH_CONFIG_QUERY_FAIL = 3
class-attribute
instance-attribute
¶
Querying the flash area parameters has failed.
FLASH_ERASE_FAILED = 4
class-attribute
instance-attribute
¶
Erasing the flash area has failed.
ZephyrManagementErrorV1
¶
ZephyrManagementErrorV2
¶
Bases: ErrorV2[ZEPHYRBASIC_MGMT_ERR]
Error response to a Zephyr Management command.