Firmware Driver Python API

Structs

config_t

  • [TODO]

status_t

  • [TODO]

Standard methods

__init__() None
  • Set identity (name, address)

configure(config: config_t) None

[TODO]

deconfigure(config: config_t) None

[TODO]

start() None

[TODO]

stop(force: bool = False) None

[TODO]

recover() None

[TODO]

status(clear: bool, status: status_t) status_t

[TODO]