Datalogic .NET SDK
DecodeInputType (Enumeration)
Syntax
[Flags]
public enum DecodeInputType: int
{
None = 0x00000000,
Barcode = 0x00001000,
Msr = 0x00002000,
Rfid = 0x00004000,
}
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Description
Input types of the decoder.
Name |
Value |
Description |
None |
0x00000000 |
No input type associated with device. |
Barcode |
0x00001000 |
1-D or 2-D barcode data. |
Msr |
0x00002000 |
Track data from a Magnetic Stripe Card. |
Rfid |
0x00004000 |
RFID tag data. |
Copyright © Datalogic ADC. All Right Reserved