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