Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Aurora Imaging Library » AILSystem_GetEndTimerWatcherEvent_WithTimeout

AILSystem_GetEndTimerWatcherEvent_WithTimeout


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Get io hook event.

Syntax

C++
Python
 
void avl::AILSystem_GetEndTimerWatcherEvent_WithTimeout
(
	AILSystem_State& ioState,
	atl::Optional<const avl::AILSystemAndDeviceIdentifier&> inDeviceID,
	int inTimeout,
	atl::Conditional<avl::AILEvent>& outEvent
)

Parameters

Name Type Default Description
Input will be modified ioState AILSystem_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const AILSystemAndDeviceIdentifier&> NIL Device identification number.
Input value inTimeout int Maximum time to wait.
Output value outEvent Conditional<AILEvent>&