BitFlow_WriteValueToRegister
Writes a value to a register.
Syntax
C++
Python
def BitFlow_WriteValueToRegister( state: BitFlow_BaseState, inBoardNumber: int, inCameraFileName: str, inRegId: int, inValue: int, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | BitFlow_BaseState | ||
![]() |
inBoardNumber | int | Index of board | |
![]() |
inCameraFileName | str | Camera file | |
![]() |
inRegId | int | Register Id | |
![]() |
inValue | int | Value to store |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


