Intercreate¶
The Simple Management Protocol (SMP) Intercreate Management group.
ImageUploadWriteRequest
¶
Bases: WriteRequest
Upload an image to an application-defined location like a secondary MCU.
Source code in smp/user/intercreate.py
off: int
instance-attribute
¶
The offset in the image to write to.
data: bytes
instance-attribute
¶
The data to write to the image.
image: int | None = None
class-attribute
instance-attribute
¶
The image to write to; required when off == 0.
len: int | None = None
class-attribute
instance-attribute
¶
The length of the data to write; required when off == 0.
sha: bytes | None = None
class-attribute
instance-attribute
¶
The SHA-256 hash of the image; optional when off == 0, else ignored.
ImageUploadWriteResponse
¶
Bases: WriteResponse
Success response to an image upload request.
Source code in smp/user/intercreate.py
off: int
instance-attribute
¶
The offset in the image after the request was written.
IC_MGMT_ERR
¶
Bases: IntEnum
Intercreate Management error codes.