Back to FabImage Library website

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

ZebraCameras_GetEnumParameterAsString


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Gets an enum parameter of the ZebraCameras device.

Syntax

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

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
Output value
outValue String& Parameter value