Select your printer model

Parameters are refined by the selected printer.

getStatus


Acquires the current status information.

Syntax

 
- (Epos2ScannerStatusInfo *)getStatus;

Return value

The current status is returned in the Epos2ScannerStatusInfo type.

The following status information is stored in the object as a property.

Printer status

Status

Description

connection:

Connection status

EPOS2_TRUE

Connected

EPOS2_FALSE

Disconnected

Supplementary explanation

  • This API is not executed on the main thread. Execute it on the sub-thread.
  • The status object is set to the status at the timing of execution of this API and will not be updated.
  • If this function is executed within a callback function, nil will be returned.
  • If a combination of TM Printer+ barcode scanner is used on a connection established via Bluetooth or USB, the connection status of TM Printer and the barcode scanner is obtained. If the combination is used by some other connection method, the connection status of the smart device and TM Printer is obtained.
 

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