Select your printer model

Parameters are refined by the selected printer.

parseBeacon


Analyzes printer information in iBeacon data.

Syntax

 
- (EposEasySelectInfo *) parseBeacon:(CLBeacon *)beacon

Parameter

beacon

Specifies iBeacon data acquired by CLLocationManager of iOS.

Return value

The iBeacon data analysis result is returned to the member variables of the EasySelectInfo class.

Item

Description

deviceType

Fixed to EASY_SELECT_DEVTYPE_TCP.

printerName

Printer name.

Returns a blank when the analysis failed.

macAddress

Fixed to nil.

target

Returns the IP address in the IPv4 format.

Returns a blank if the address format is other than IPv4, or the iOS device is not connected to the network.

Supplementary explanation

  • Use this command only when the iOS device and the printer are in the same network.
    If the printer is connected to a different network, the printer cannot be selected using the information of EasySelectInfo class.
  • Import CoreLocation.framework for using this API.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for iOS

Jump to the top