ifm3dpy.PCICCommandResponseAwaitable
- class ifm3dpy.PCICCommandResponseAwaitable
Bases:
objectProvides a mechanism to access PCIC command results asynchronously
- __init__(self: PCICCommandResponseAwaitable) None
Provides a mechanism to access PCIC command results asynchronously
Methods
__init__(self)Provides a mechanism to access PCIC command results asynchronously
wait(self)Blocks until the result becomes available.
wait_for(self, timeout_ms)Blocks until specified timeout runs out or the result to becomes available.