Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Advantech SUSI » AdvantechSUSI_SetGPIOPortDirection_Multiple

AdvantechSUSI_SetGPIOPortDirection_Multiple


Header: ThirdPartySdk.h
Namespace: avl

Sets GPIO direction.

Syntax

void avl::AdvantechSUSI_SetGPIOPortDirection_Multiple
(
	AdvantechSUSI_State& ioState,
	int inBank,
	atl::Optional<const atl::Array<bool>&> inMask,
	atl::Array<avl::AdvantechSUSIPortDirection::Type> inDirection
)

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechSUSI_State& Object used to maintain state of the function.
Input value inBank int 0 -
Input value inMask Optional<const Array<bool>&> NIL
Input value inDirection Array<AdvantechSUSIPortDirection::Type>

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 Advantech SUSI SDK.

Add DLL path to system environment variable is required.

Recommended runtime version for Aurora Vision Studio usage is 4.

Setup low level system functionality e.g. watchdog may still affect the system after the program finished.