Back to FabImage Library website

You are here: Start » Function Reference » Camera Support » ZebraCameras » ZebraCameras_SetEnumParameterAsString

ZebraCameras_SetEnumParameterAsString


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Sets an enum parameter of the ZebraCameras device.

Syntax

void fil::ZebraCameras_SetEnumParameterAsString
(
	ZebraCameras_State& ioState,
	ftl::Optional<const ftl::String&> inDeviceID,
	const ftl::String& inName,
	const ftl::String& inValue
)

Parameters

Name Type Default Description
Input will be modified
ioState ZebraCameras_State& Object used to maintain state of the function.
Input value
inDeviceID Optional<const String&> NIL Device identifying number
Input value
inName const String& Parameter name
Input value
inValue const String& Parameter value