BitFlow_ReadValueFromRegister


Reads a value from a register.

Syntax

C++
Python
 
def BitFlow_ReadValueFromRegister(
	state: BitFlow_BaseState,
	inBoardNumber: int,
	inCameraFileName: str,
	inRegId: int,
	/
)
-> outValue: int

Parameters

Name Type Default Description
Input will be modified ioState BitFlow_BaseState
Input value inBoardNumber int Index of board
Input value inCameraFileName str Camera file
Input value inRegId int Register Id
Output value outValue int Register value

Multithreaded environment

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