Roseek_GetInputState
Gets input I/O state.
Syntax
C++
Python
def Roseek_GetInputState( state: Roseek_State, /, *, inId: int = 0 ) -> outState: bool
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Roseek_State | |||
![]() |
inId | int | 0 - 7 | 0 | Index of I/O output port |
![]() |
outState | bool | Received state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



