Click or drag to resize

IPropertyGetterGetPropertyRanges Method

Gets one or more property ranges for the passed programming parameters.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int GetPropertyRanges(
	int[] p0,
	int[][] p1
)

Parameters

p0
Type: SystemInt32
To be added.
p1
Type: SystemInt32
To be added.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the ConfigException error constants.
Exceptions
ExceptionCondition
ConfigException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Gets one or more property ranges for the passed programming parameters.

[Android Documentation]

See Also