Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » XIMEA » XiApi_SetGPOMode
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Defines GPO (digital output) functionality.
Syntax
void fil::XiApi_SetGPOMode ( XIAPIState& ioState, const ftl::Optional<ftl::String>& inDeviceID, int inGPOSelector, fil::XiApiGPOMode::Type inGPOMode )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | XIAPIState& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | const Optional<String>& | NIL | Camera chip ID or camera index | |
![]() |
inGPOSelector | int | 0 - +![]() |
1 | GPO number |
![]() |
inGPOMode | XiApiGPOMode::Type |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.