2回答
- 新しい順
- 投票が多い順
- コメントが多い順
2
Hi. It's like this (for a component with config parameters foo and bar):
response = ipc_client.get_configuration()
foo = response.value['foo']
bar = response.value['bar']
Hi. It's like this (for a component with config parameters foo and bar):
response = ipc_client.get_configuration()
foo = response.value['foo']
bar = response.value['bar']