ProgramConfig¶
- class ProgramConfigClient¶
- Canonical
kortex_api.autogen.client_stubs.ProgramConfigClientRpc
- __init__(router, namespace=None)¶
Constructs a ProgramConfigClient with an initialized
RouterClientand an optional namespace.- Parameters
router (RouterClient) –
RouterClientused for the communicationnamespace (string) – Optional namespace on which to initialize the ProgramConfigClient (defaults to
None)
- IsAlive(timeoutMs: int = 1000)¶
Returns
Trueif the Service Server is detected online beforetimeoutMsis expired,Falseotherwise.- Parameters
timeoutMs (unsigned int) – The maximum time to wait for an answer from the server
- Return type
bool