Back to Adaptive Vision Library website
You are here: Start » Function Reference » Allied Vision Technologies » FirePackage_GetDigitalIOState_Deprecated
FirePackage_GetDigitalIOState_Deprecated
Gets Allied Vision camera digital input state.
Syntax
void avl::FirePackage_GetDigitalIOState_Deprecated ( FirePackage_GetDigitalIOState_DeprecatedState& ioState, atl::Optional<const atl::String&> inDeviceGUID, avl::FirePackageISOSpeed::Type inISOSpeed, avl::FirePackageIOLine::Type inLine, bool& outState, bool& outPolarity )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioState | FirePackage_GetDigitalIOState_DeprecatedState& | Object used to maintain state of the function. | ||
![]() |
inDeviceGUID | Optional<const String&> | NIL | Source device GUID |
![]() |
inISOSpeed | FirePackageISOSpeed::Type | Isochronous transmission speed | |
![]() |
inLine | FirePackageIOLine::Type | IO line | |
![]() |
outState | bool& | State of selected IO line | |
![]() |
outPolarity | bool& | Polarity of signal |
Remarks
Camera driver software
This filter is intended to cooperate with camera using its vendor SDK. To be able to connect with camera it is required to install AVT FirePackage SDK software with camera dedicated drivers.
AVT FirePackage SDK can be downloaded from following website: www.alliedvisiontec.com.
Recommended AVT FirePackage SDK version for Adaptive Vision Studio usage is v3.1.
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


