SendCodeID Class |
Namespace: Com.Datalogic.Decode.Configuration
The SendCodeID type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AimIdentifierBeforeLabel | Transmit the AIM symbology identifier before the barcode data |
![]() ![]() | DatalogicIdentifierAfterLabel | Transmit Datalogic legacy label identifier after the barcode data |
![]() ![]() | DatalogicIdentifierBeforeLabel | Transmit Datalogic legacy label identifier before the barcode data |
![]() | JniPeerMembers | To be added. |
![]() ![]() | None | No identifier is transmitted with the decoded label |
![]() ![]() | UserdefinedIdentifierAfterLabel | Transmit a user identifier label after the barcode data |
![]() ![]() | UserdefinedIdentifierBeforeLabel | Transmit a user identifier label before the barcode data |
Name | Description | |
---|---|---|
![]() ![]() | ValueOf | Returns the enum constant of this type with the specified name. |
![]() ![]() | Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
DATALOGIC_IDENTIFIER_BEFORE_LABEL | ID + " " + data |
AIM_IDENTIFIER_BEFORE_LABEL | ] + ID + modifier + data |
USERDEFINED_IDENTIFIER_BEFORE_LABEL | ID + data |
DATALOGIC_IDENTIFIER_AFTER_LABEL | data + " " + ID |
USERDEFINED_IDENTIFIER_AFTER_LABEL | data + ID |
NONE | No identifier to be transmitted |