Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » AvSMART » AvSMART_GetInputState

AvSMART_GetInputState


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Get input I/O state.

Syntax

void avl::AvSMART_GetInputState
(
	AvSmart_State& ioState,
	int inId,
	bool& outState
)

Parameters

Name Type Range Default Description
Input will be modified ioState AvSmart_State& Object used to maintain state of the function.
Input value inId int 0 - 7 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.