Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » Smart » Smart_SetDigitalOutputs_Roseek

Smart_SetDigitalOutputs_Roseek


Header: ThirdPartySdk.h
Namespace: avl

Set digital outputs.

Syntax

void avl::Smart_SetDigitalOutputs_Roseek
(
	Smart_State& ioState,
	const avl::SmartIPAddress& inIpAddress,
	bool inVal1,
	bool inVal2,
	bool inVal3,
	bool inVal4,
	bool& outIsRemote
)

Parameters

Name Type Default Description
Input will be modified ioState Smart_State& Object used to maintain state of the function.
Input value inIpAddress const SmartIPAddress&
Input value inVal1 bool
Input value inVal2 bool
Input value inVal3 bool
Input value inVal4 bool
Output value outIsRemote bool&

Multithreaded environment

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

Errors

List of possible exceptions:

Error type Description
RuntimeError Smart_SetDigitalOutputs_Roseek is not supported in the Lite edition.