Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Kontron GPIO Board » KontronGPIOBoard_GetVersionInfo
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets firmware version from Kontron GPIO board.
Syntax
void fil::KontronGPIOBoard_GetVersionInfo
(
KontronGPIOBoard_State& ioState,
ftl::String& outFirmwareVersion,
ftl::String& outBootloaderVersion
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | KontronGPIOBoard_State& | Object used to maintain state of the function. | |
![]() |
outFirmwareVersion | String& | ||
![]() |
outBootloaderVersion | String& |
Remarks
I/O device driver software
This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install Kontron GPIO SDK.
Add DLL path to system environment variable is required.
Use of connect filter is required before performing other operations.
See Also
- KontronGPIOBoard_Connect – Connect to Kontron GPIO board.
- KontronGPIOBoard_Disconnect – Disconnect from Kontron GPIO board.