Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » AdvantechUNO » AdvantechUNO_GetBoardParameter_String
AdvantechUNO_GetBoardParameter_String
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Gets a board parameter of type String.
Syntax
void avl::AdvantechUNO_GetBoardParameter_String
(
AdvantechUNO_State& ioState,
avl::AdvantechUNOBoardParameterString::Type& inParameter,
atl::String& outValue
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | AdvantechUNO_State& | Object used to maintain state of the function. | ||
inParameter | AdvantechUNOBoardParameterString::Type& | Parameter name. | ||
outValue | String& | Parameter value. |
Remarks
I/O device driver software
This filter is intended to cooperate with an Advantech UNO series device using its vendor SDK. To be able to connect to the device, it is required to install PlatformSDK and device drivers.
Add DLL path to system environment variable may be required.
Recommended PlatformSDK version for Aurora Vision Studio usage is V1.02.003 (1.2.3).
PlatformSDK can be downloaded from the following website: https://www.advantech.com/en-eu/search/?q=PlatformSDK&st=support.
See Also
- AdvantechUNO_GetBoardParameter_Int – Gets a board parameter of type Int.