Class for sending setup commands to System Supervisor.
More...
Class for sending setup commands to System Supervisor.
◆ __init__()
def clib.setup_command.SetupCommand.__init__ |
( |
|
self | ) |
|
◆ add_subsystem()
def clib.setup_command.SetupCommand.add_subsystem |
( |
|
self, |
|
|
|
setup |
|
) |
| |
Add device union object to setup vector.
◆ get_params()
def clib.setup_command.SetupCommand.get_params |
( |
|
self | ) |
|
◆ get_params_item()
def clib.setup_command.SetupCommand.get_params_item |
( |
|
self, |
|
|
|
index |
|
) |
| |
Get an specific item of the setup vector payload.
◆ get_params_size()
def clib.setup_command.SetupCommand.get_params_size |
( |
|
self | ) |
|
Get size of setup vector payload.
◆ is_params_empty()
def clib.setup_command.SetupCommand.is_params_empty |
( |
|
self | ) |
|
Check if vector setup payload is empty.
◆ reset()
def clib.setup_command.SetupCommand.reset |
( |
|
self | ) |
|
Reset vector of setup payload.
The documentation for this class was generated from the following file: