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 | |
|---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState | ||
![]() |
inBoardNumber | int | Index of board | |
![]() |
inCameraFileName | str | Camera file | |
![]() |
inRegId | int | Register Id | |
![]() |
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.



