Click or drag to resize

BarcodeDefaultsGetPropertyStrings Method

Retrieves the default Property String values associated to specific IDs.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int GetPropertyStrings(
	int[] id_buffer,
	string[] value_buffer
)

Parameters

id_buffer
Type: SystemInt32
- A int[] buffer containing numeric IDs.
value_buffer
Type: SystemString
- A String[] buffer containing all the corresponding values associated to the passed IDs. It will be filled in during the operation.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the ConfigException error constants.

Implements

IPropertyGetterGetPropertyStrings(Int32, String)
Exceptions
ExceptionCondition
ConfigException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Retrieves the default Property String values associated to specific IDs.

[Android Documentation]

See Also