VisionBox_GetNumberOfDigitalOutputs
Gets number of digital outputs.
Syntax
C++
Python
def VisionBox_GetNumberOfDigitalOutputs( state: VisionBox_State, inPort: int, / ) -> outNumberOfOutputs: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inPort | int | ||
![]() |
outNumberOfOutputs | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



