Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Kontron GPIO Board » KontronGPIOBoard_GetBoardInfo

KontronGPIOBoard_GetBoardInfo


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Gets Kontron GPIO board information.

Syntax

void avl::KontronGPIOBoard_GetBoardInfo
(
	KontronGPIOBoard_State& ioState,
	atl::String& outBoardNumber,
	bool& outIsActive
)

Parameters

Name Type Default Description
Input will be modified ioState KontronGPIOBoard_State& Object used to maintain state of the function.
Output value outBoardNumber String&
Output value outIsActive bool& True when bootloader is active

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