Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » STC » STC_GetIntParameter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets a parameter of type Integer.
Syntax
void fil::STC_GetIntParameter ( Omron_State& ioState, ftl::Optional<const ftl::String&> inDeviceID, const ftl::String& inParameter, ftl::int64& outValue, ftl::int64& outMinValue, ftl::int64& outMaxValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | Omron_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<const String&> | NIL | Device identifying number |
![]() |
inParameter | const String& | Name of parameter | |
![]() |
outValue | int64& | Value retrieved from device | |
![]() |
outMinValue | int64& | Minimum value of the parameter | |
![]() |
outMaxValue | int64& | Maximum value of the parameter |