Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Kontron GPIO Board » KontronGPIOBoard_GetOutputState
KontronGPIOBoard_GetOutputState
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Gets output level.
Syntax
void avl::KontronGPIOBoard_GetOutputState ( KontronGPIOBoard_State& ioState, int inPort, bool& outState )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | KontronGPIOBoard_State& | Object used to maintain state of the function. | |||
inPort | int | 1 - 8 | |||
outState | bool& |
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.