UNPKG

beta-capturejs

Version:

Socket Mobile Capture JS NPM package for Socket Mobile barcode scanner and NFC Reader/Writer products

150 lines 5.91 kB
// dataSource.ts // This file is generated when calling npm run update // // export class CaptureDataSourceID { } // the RFID Tag Type ISO 15693 CaptureDataSourceID.TagTypeISO15693 = 259; // the RFID Tag Type ST Micro Electronics SR CaptureDataSourceID.TagTypeSTMicroElectronicsSR = 264; // the barcode symbology UPC E0 CaptureDataSourceID.SymbologyUpcE0 = 43; // the barcode symbology EAN 128 Irregular CaptureDataSourceID.SymbologyEan128Irregular = 21; // the barcode symbology GS1 Databar Expanded CaptureDataSourceID.SymbologyGs1DatabarExpanded = 26; // the barcode symbology PDF 417 CaptureDataSourceID.SymbologyPdf417 = 33; // the barcode symbology for Dutch post CaptureDataSourceID.SymbologyDutchPost = 17; // the barcode symbology for Canada post CaptureDataSourceID.SymbologyCanadaPost = 5; // the barcode symbology for Japan post CaptureDataSourceID.SymbologyJapanPost = 29; // the barcode symbology DataMatrix CaptureDataSourceID.SymbologyDataMatrix = 16; // the barcode symbology Matrix 2 of 5 CaptureDataSourceID.SymbologyMatrix2of5 = 30; // the RFID Tag Type Inside Secure Pico Tag CaptureDataSourceID.TagTypeInsideSecurePicoTag = 261; // the barcode symbology EAN 13 CaptureDataSourceID.SymbologyEan13 = 19; // the data source ID is not specified or initialized CaptureDataSourceID.NotSpecified = 0; // the barcode symbology DotCode CaptureDataSourceID.SymbologyDotCode = 48; // the barcode symbology MSI CaptureDataSourceID.SymbologyMsi = 32; // the RFID Tag Type NXPI Code 1 CaptureDataSourceID.TagTypeNXPICODE1 = 260; // the barcode symbology EAN 8 CaptureDataSourceID.SymbologyEan8 = 18; // the barcode symbology Plessey CaptureDataSourceID.SymbologyPlessey = 36; // the barcode symbology USPS Intelligent Mail CaptureDataSourceID.SymbologyUspsIntelligentMail = 45; // the barcode symbology EAN UCC Composite AB CaptureDataSourceID.SymbologyEanUccCompositeAB = 22; // the last barcode symbology ID, not an actual barcode symbology CaptureDataSourceID.LastSymbologyID = 49; // the RFID Tag Type ASK CTS 256B or CTS 512B CaptureDataSourceID.TagTypeASKCTS256BOrCTS512B = 265; // the barcode symbology Telepen CaptureDataSourceID.SymbologyTelepen = 40; // the barcode symbology Han Xin CaptureDataSourceID.SymbologyHanXin = 47; // the barcode symbology UPC E1 CaptureDataSourceID.SymbologyUpcE1 = 44; // the barcode symbology EAN 128 CaptureDataSourceID.SymbologyEan128 = 20; // the RFID Tag Type Innovatron Radio Protocol CaptureDataSourceID.TagTypeInnovatronRadioProtocol = 267; // the barcode symbology QR Code CaptureDataSourceID.SymbologyQRCode = 38; // the barcode symbology Direct Part Marking CaptureDataSourceID.SymbologyDirectPartMarking = 46; // the barcode symbology Standard 2 of 5 CaptureDataSourceID.SymbologyStandard2of5 = 39; // the barcode symbology Bookland EAN CaptureDataSourceID.SymbologyBooklandEan = 3; // the barcode symbology Interleaved 2 of 5 CaptureDataSourceID.SymbologyInterleaved2of5 = 27; // the RFID Tag Type Thin Film NFC Barcode CaptureDataSourceID.TagTypeThinfilmNFCBarcode = 263; // the last RFID tag type, not an actual tag type CaptureDataSourceID.TagTypeLastTagType = 268; // the barcode symbology Codablock F CaptureDataSourceID.SymbologyCodablockF = 9; // the RFID Tag Type NFC Forum CaptureDataSourceID.TagTypeNFCForum = 266; // the barcode symbology Planet CaptureDataSourceID.SymbologyPlanet = 35; // the barcode symbology Codablock A CaptureDataSourceID.SymbologyCodablockA = 8; // the barcode symbology EAN UCC Composite C CaptureDataSourceID.SymbologyEanUccCompositeC = 23; // the RFID Tag Type ISO 14443 B CaptureDataSourceID.TagTypeISO14443TypeB = 257; // the barcode symbology PDF 417 Micro CaptureDataSourceID.SymbologyPdf417Micro = 34; // the barcode symbology GS1 Databar Limited CaptureDataSourceID.SymbologyGs1DatabarLimited = 25; // the barcode symbology for Australia post CaptureDataSourceID.SymbologyAustraliaPost = 1; // the barcode symbology Code 128 CaptureDataSourceID.SymbologyCode128 = 15; // the barcode symbology Code 39 Trioptic CaptureDataSourceID.SymbologyCode39Trioptic = 13; // the barcode symbology Postnet CaptureDataSourceID.SymbologyPostnet = 37; // the barcode symbology Code 39 CaptureDataSourceID.SymbologyCode39 = 11; // the barcode symbology Code 39 Extended CaptureDataSourceID.SymbologyCode39Extended = 12; // the barcode symbology for British post CaptureDataSourceID.SymbologyBritishPost = 4; // the RFID Tag Type ISO 14443 A CaptureDataSourceID.TagTypeISO14443TypeA = 256; // the barcode symbology ISBT 128 CaptureDataSourceID.SymbologyIsbt128 = 28; // the barcode symbology Code 11 CaptureDataSourceID.SymbologyCode11 = 10; // the RFID Tag Type Innovision Topaz Jewel CaptureDataSourceID.TagTypeInnovisionTopazJewel = 262; // the barcode symbology Chinese 2 of 5 CaptureDataSourceID.SymbologyChinese2of5 = 6; // the barcode symbology Aztec CaptureDataSourceID.SymbologyAztec = 2; // the barcode symbology UPC A CaptureDataSourceID.SymbologyUpcA = 42; // the barcode symbology GS1 Databar CaptureDataSourceID.SymbologyGs1Databar = 24; // the barcode symbology Codabar CaptureDataSourceID.SymbologyCodabar = 7; // the barcode symbology TLC 39 CaptureDataSourceID.SymbologyTlc39 = 41; // the barcode symbology Maxi Code CaptureDataSourceID.SymbologyMaxicode = 31; // the RFID Tag Type Felica CaptureDataSourceID.TagTypeFelica = 258; // the barcode symbology Code 93 CaptureDataSourceID.SymbologyCode93 = 14; ; export class CaptureDataSourceFlags { } // the data source contains some parameters CaptureDataSourceFlags.Param = 2; // the data source contains a status CaptureDataSourceFlags.Status = 1; ; export class CaptureDataSourceStatus { } // the data source status is enabled CaptureDataSourceStatus.Enable = 1; // the data source status is disabled CaptureDataSourceStatus.Disable = 0; // the data source is not supported CaptureDataSourceStatus.NotSupported = 2; ; //# sourceMappingURL=dataSources.js.map