AvSMART_GetInputState
Get input I/O state.
Syntax
C++
Python
def AvSMART_GetInputState( state: AvSmart_State, /, *, inId: int = 0 ) -> outState: bool
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AvSmart_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.



