Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » AvSMART » AvSMART_SetStatusLED

AvSMART_SetStatusLED


Header: ThirdPartySdk.h
Namespace: avl

Set the status of programmable LED state indicators supported on the camera.

Syntax

void avl::AvSMART_SetStatusLED
(
	AvSmart_State& ioState,
	int inId,
	avl::RoseekLEDStatus::Type inState
)

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 - 2 Index of I/O output port
Input value inState RoseekLEDStatus::Type Received state

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.