Click or drag to resize

SendCodeID Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Decode.ConfigurationSendCodeID

Namespace:  Com.Datalogic.Decode.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class SendCodeID : Enum

The SendCodeID type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAimIdentifierBeforeLabel
Transmit the AIM symbology identifier before the barcode data
Public propertyStatic memberDatalogicIdentifierAfterLabel
Transmit Datalogic legacy label identifier after the barcode data
Public propertyStatic memberDatalogicIdentifierBeforeLabel
Transmit Datalogic legacy label identifier before the barcode data
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberNone
No identifier is transmitted with the decoded label
Public propertyStatic memberUserdefinedIdentifierAfterLabel
Transmit a user identifier label after the barcode data
Public propertyStatic memberUserdefinedIdentifierBeforeLabel
Transmit a user identifier label before the barcode data
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
SendCodeID is an enumeration defining the type of identifier to be transmitted with the scanned data. The type is one of:
DATALOGIC_IDENTIFIER_BEFORE_LABELID + " " + data
AIM_IDENTIFIER_BEFORE_LABEL] + ID + modifier + data
USERDEFINED_IDENTIFIER_BEFORE_LABELID + data
DATALOGIC_IDENTIFIER_AFTER_LABELdata + " " + ID
USERDEFINED_IDENTIFIER_AFTER_LABELdata + ID
NONENo identifier to be transmitted

[Android Documentation]

See Also