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
Input will be modified ioState AvSmart_State
Input value inId int 0 - 7 0 Index of I/O output port
Output value 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.