Click or drag to resize

PropertyID.WedgeIntentExtraBarcodeData Field

This parameter defines the name of the extra field of the Decode Wedge intent containing the read label of the decoded barcode as extra value (as list of byte arrays).

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 WedgeIntentExtraBarcodeData = "value"

Field Value

Type: Int32
Remarks
This parameter defines the name of the extra field of the Decode Wedge intent containing the read label of the decoded barcode as extra value (as list of byte arrays).

It takes effect if the Decode Wedge is properly configured according to the property WEDGE_INTENT_ENABLE.

This extra name shall be used as the name argument of Intent.getSerializableExtra() to retrieve the read label of the decoded barcode. The extra value is a byte array containing one or more read labels. For those barcode symbologies that support concatenation, the decode data is stored in multiple byte arrays (one byte array per bar code). Clients can get data in each byte array by passing an index.

The default value is "com.datalogic.decode.intentwedge.barcode_data".

The class of the property is TextProperty.

[Android Documentation]

See Also