BitFlow_GetGPOutPin


Gets R64 GPOUT pins state.

Syntax

C++
Python
 
def BitFlow_GetGPOutPin(
	state: BitFlow_BaseState,
	inBoardNumber: int,
	inCameraFileName: str,
	inOutput: int,
	/
)
-> outState: bool

Parameters

Name Type Range Default Description
Input will be modified ioState BitFlow_BaseState
Input value inBoardNumber int Index of board
Input value inCameraFileName str Camera file
Input value inOutput int 0 - 6 output
Output value outState bool pin state

Multithreaded environment

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