Back to Aurora Vision Library website

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

VisionBox_RS422GetBit


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Reads state of particular input of RS 422 port.

Syntax

void avl::VisionBox_RS422GetBit
(
	VisionBox_State& ioState,
	const int inBitIndex,
	bool& outBitState
)

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State& Object used to maintain state of the function.
Input value inBitIndex const int
Output value outBitState 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
DomainError Cannot accept negative bit index