ZebraScanEngines_GetParameter


Get parameter of a specified scanner.

Syntax

C++
Python
 
def ZebraScanEngines_GetParameter(
	state: ZebraScanEngines_State,
	/,
	*,
	inDeviceID: int | None = None,
	inParameterID: int = 0
)
-> (
	outParameterType: str,
	outParameterValue: str
)

Parameters

Name Type Range Default Description
Input will be modified ioState ZebraScanEngines_State
Input value inDeviceID int | None 1 - None Device identifying number
Input value inParameterID int 0 - 0 Attribute number
Output value outParameterType str Attribute type
Output value outParameterValue str Attribute value

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.