Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » SiliconSoftware » SiliconSoftware_GetParametersList
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Returns list of all parameter available on current applet.
Syntax
void fil::SiliconSoftware_GetParametersList ( SiliconSoftware_State& ioState, ftl::Optional<int> inDeviceIndex, ftl::Optional<const ftl::String&> inAppletPath, ftl::Array<ftl::String>& outNames, ftl::Array<ftl::String>& outTypes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | SiliconSoftware_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceIndex | Optional<int> | 0 - ![]() |
NIL | Device identifying number |
![]() |
inAppletPath | Optional<const String&> | NIL | Applet to load | |
![]() |
outNames | Array<String>& | Parameters name | ||
![]() |
outTypes | Array<String>& | Parameters type |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.