Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Imago Technologies » VisionBox_RS422GetNumberOfOutputs

VisionBox_RS422GetNumberOfOutputs


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Returns number of available outputs of RS 422 port.

Syntax

void avl::VisionBox_RS422GetNumberOfOutputs
(
	VisionBox_State& ioState,
	int& outNumberOfOutputs
)

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State& Object used to maintain state of the function.
Output value outNumberOfOutputs int&

Multithreaded environment

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