Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Euresys » MultiCam_SetStringParameter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sets parameter of type String into euresys device.
Syntax
void fil::MultiCam_SetStringParameter ( MultiCam_State& ioState, ftl::Optional<ftl::String> inDeviceID, ftl::Optional<ftl::String> inConnector, fil::MultiCamDestinationClass::Type inDestinationClass, const ftl::String& inName, const ftl::String& inValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | MultiCam_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<String> | NIL | Board name, board identifier or serial number |
![]() |
inConnector | Optional<String> | NIL | Connector |
![]() |
inDestinationClass | MultiCamDestinationClass::Type | Class where the value should be set ( board or channel ) | |
![]() |
inName | const String& | Parameter name | |
![]() |
inValue | const String& | Parameter value |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.