WristCyclic¶
- class WristCyclicClient¶
- Canonical
kortex_api.autogen.client_stubs.Wrist.Cyclic.WristCyclicClientRpc
- __init__(router, namespace=None)¶
Constructs a WristCyclicClient with an initialized
RouterClientand an optional namespace.- Parameters
router (RouterClient) –
RouterClientused for the communicationnamespace (string) – Optional namespace on which to initialize the WristCyclicClient (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