Questions tagged [linea-pro]

Linea-Pro is a hardware peripheral product used for scanning barcodes and reading credit card mag stripes for iOS devices.

Linea-Pro is a hardware peripheral product used for scanning barcodes and reading credit card mag stripes for iOS devices. The device is most commonly seen in Apple retail stores and is used as the Point of Sales device for completing a transaction with a sales associate.

The Linea-Pro has separate devices that enclose the iPod Touch and iPhone. Infinite Peripherals, the manufacturer of the devices, recently released a version for iPad.

The hardware device includes an SDK, composed of a static library and headers, for creating custom application with the peripheral.

Product Information page: http://www.ipcprint.com/ios-peripherals/linea-pro-4.html

19 questions
0
votes
1 answer

Setting up setCharging for Linea Pro device in Swift

I want to set up the Linea Pro to charge the phone if the phone's battery gets low and I'm having a tough time mainly because all the examples are shown in objective-C still and not in Swift. The manual says: @param enabled TRUE to enable charging,…
Chaim Friedman
  • 720
  • 6
  • 24
0
votes
0 answers

Objective-C to Delphi for +(id)sharedDevice

I'm trying to develop an iPhone app using the Linea Pro 5 SDK and Delphi XE5. I am translating the lineaSDK.h file to Delphi and I do not know how to translate this line from the SDK: @interface Linea : NSObject ... /** Creates and initializes…
Phil
  • 96
  • 2
0
votes
2 answers

Delegates with Multiple Views concerning Linea Pro Barcode Scanner

I am working on a project with the Linea Pro Hardware Barcode scanner. For getting started I used the following answer How do I use the Linea-Pro SDK for IOS? My App consists of a Navigation Controller (table with two entries) and two connected…
cloudnaut
  • 982
  • 3
  • 13
  • 35
-4
votes
1 answer

Remove first character from string

I have this code: func barcodeData(_ barcode: String!, type: Int32) { referenceField.text = barcode! } When I scan a barcode the textfield is replaced by it. It's always an "R" in the beginning of the barcode followed by some digits. I want…
moseby
  • 21
  • 2
  • 7
1
2