Back to Adaptive Vision Library website

You are here: Start » Function Reference » Roseek » Roseek_SetStatusLED

Roseek_SetStatusLED


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

Syntax

void avl::Roseek_SetStatusLED
(
	Roseek_State& ioState,
	int inId,
	avl::RoseekLEDStatus::Type inState
)

Parameters

Name Type Range Default Description
ioState Roseek_State& Object used to maintain state of the function.
inId int 0 - 2 Index of I/O output port
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.