BIXOLON SRP-352III Spezifikationen

Stöbern Sie online oder laden Sie Spezifikationen nach Drucken & Scannen BIXOLON SRP-352III herunter. BIXOLON SRP-352III Specifications Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 42
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
iOS SDK API Reference Guide
POS Printer
Rev. 2.00
SRP-F310 / SRP-F312
SRP-350plus / SRP-352plus
SRP-350plusII / SRP-352plusII
SRP-350II / SRP-350IIOBE
SRP-350III / SRP-352III
SRP-275 / SRP-275II
http://www.bixolon.com
Seitenansicht 0
1 2 3 4 5 6 ... 41 42

Inhaltsverzeichnis

Seite 1 - POS Printer

iOS SDK API Reference Guide POS Printer Rev. 2.00 SRP-F310 / SRP-F312 SRP-350plus / SRP-352plus SRP-350plusII / SRP-352plusII SRP-350II / SRP-350I

Seite 2 - ■ Table of Contents

POS Printer Rev. 2.00 - 10 - 2-9 Power This indicates the remaining battery capacity of the printer. It is read only and a change of battery statu

Seite 3

POS Printer Rev. 2.00 - 11 - 2-12 Drawer kick-out connector pin This defines the number of drawer kick-out connector pin. Available settings are

Seite 4 - 1. Manual Information

POS Printer Rev. 2.00 - 12 - 2-16 Result Code Code DEFINE Value Description BXL_SUCCESS 0 Success BXL_NOT_CONNECTED -1 Printer is not connected BXL

Seite 5

POS Printer Rev. 2.00 - 13 - Code DEFINE Value Description 10A6H Successful execution of IC module and RESYNCH 10A7H PPS error 10A8H IC module

Seite 6 - 2. Constant Definition

POS Printer Rev. 2.00 - 14 - 3. BXBarcode Class Reference Inherits from NSObject Confirms to Framework BXPrinter.a [Availability] iOS 4.3 and lat

Seite 7 - 2-4 Text Size

POS Printer Rev. 2.00 - 15 - 4. BXPrinter Class Reference Inherits from NSObject Confirms to Framework BXPrinter.a [Availability] iOS 4.3 and lat

Seite 8 - 2-6 Bar Code Text Position

POS Printer Rev. 2.00 - 16 - 4-2-4 modelStr Model name of printer Name is provided by the firmware, and it is _SRP-350II in case of SRP-350II pr

Seite 9 - 2-8 Image Width

POS Printer Rev. 2.00 - 17 - 5. BXPrinterController Class Reference Inherits from NSObject Confirms to Framework BXPrinter.a [Availability] iOS 4

Seite 10 - 2-11 Connection Control

POS Printer Rev. 2.00 - 18 - 5-2-4 lookupDuration Printer lookup time (unit: second) @property(readwrite) CGFloat lookupDuration [Discussion]

Seite 11 - 2-15 Connection Class

POS Printer Rev. 2.00 - 19 - 5-2-8 textSize Size of the printed text @property(readwrite) int textSize [Discussion] Refer to 2-4 Text Size [A

Seite 12 - 2-16 Result Code

POS Printer Rev. 2.00 - 2 - Table of Contents 1. Manual Information ...

Seite 13

POS Printer Rev. 2.00 - 20 - 5-2-12 state Printer state code This value is updated when checkPrinter method of BXPrinterController is called. @pro

Seite 14 - 3. BXBarcode Class Reference

POS Printer Rev. 2.00 - 21 - 5-2-16 drawerOpenLevel @property(assign) int drawerOpenLevel [Discussion] Refer to 2-13 Drawer open level [Avai

Seite 15 - 4. BXPrinter Class Reference

POS Printer Rev. 2.00 - 22 - 5-3-3 close Resources are de-allocated for stopping or terminating the use of BXPrinterController class. [D

Seite 16

POS Printer Rev. 2.00 - 23 - 5-3-6 connect Connect to target printer. [Function prototype] - (BOOL)connect [Discussion] This method not works

Seite 17 - 5-2 Properties

POS Printer Rev. 2.00 - 24 - 5-3-9 printText Print text. No operation takes place when there is no connected printer. [Function prototype] - (long

Seite 18

POS Printer Rev. 2.00 - 25 - 5-3-11 lineFeed Perform line feed [Function prototype] - (void)linefeed:(int)lines [Parameters] lines Number of

Seite 19

POS Printer Rev. 2.00 - 26 - 5-3-13 printBarcode Print one-dimensional and two-dimensional bar code. [Function prototype] - (long)printBarcode:(ch

Seite 20

POS Printer Rev. 2.00 - 27 - 5-3-14 printBitmap Print image file [Function prototype] - (long)printBitmap:(NSString *)path width:(long)widt

Seite 21 - 5-3 Instance Methods

POS Printer Rev. 2.00 - 28 - 5-3-16 msrReadReady Switch the printer to MSR Ready state. Printing is not allowed in Ready state. Support Device : On

Seite 22

POS Printer Rev. 2.00 - 29 - [Availability] SDK 0.6.0 and later 5-3-19 msrGetTrack Read MSR data. It is MSR read mode. If BXLMSR_DATAEMPTY is retu

Seite 23

POS Printer Rev. 2.00 - 3 - 5-3 Instance Methods ...

Seite 24

POS Printer Rev. 2.00 - 30 - 5-3-21 directIO Send or read user defined data. [Function prototype] - (long)directIO:(NSData *)request response:(N

Seite 25

POS Printer Rev. 2.00 - 31 - 5-3-24 icApdu Send APDU command and get response. It works only when the power is applied to the printer smart card. S

Seite 26

POS Printer Rev. 2.00 - 32 - 5-3-26 nvImageList Read the list of image addresses saved in NV area. [Function prototype] - (long)nvImageList:(NSArr

Seite 27

POS Printer Rev. 2.00 - 33 - 5-3-27 downloadNVImage (Diffusion) Download the image data corresponding to the address saved in the NV area. [Functi

Seite 28

POS Printer Rev. 2.00 - 34 - 5-3-28 downloadNVImage (Normal) Download the image data to the designated address in NV area. [Function prototype] -

Seite 29

POS Printer Rev. 2.00 - 35 - 5-3-30 removeNVImage Delete image data from the designated address in NV area. [Function prototype] - (long)removeNVI

Seite 30

POS Printer Rev. 2.00 - 36 - 5-3-33 isSupport_MSR Check whether a specific feature of the MSR is supported. [Function prototype] - (BOOL)isSupport

Seite 31

POS Printer Rev. 2.00 - 37 - 5-3-37 isSupport_LSB Check whether a specific feature of the LSB is supported. [Function prototype] - (BOOL)isSupport

Seite 32

POS Printer Rev. 2.00 - 38 - 6. BXPrinterControllerDelegate Protocol Reference Inherits from NSObject Confirms to Framework BXPrinter.a [Availab

Seite 33

POS Printer Rev. 2.00 - 39 - 6-2-3 didFindPrinter This method is called for each individual printer when a printer is discovered from the same netw

Seite 34

POS Printer Rev. 2.00 - 4 - 1. Manual Information This SDK manual contains the descriptions of the Library required for the applicatio

Seite 35

POS Printer Rev. 2.00 - 40 - 6-2-6 willLookupPrinters This method is called before starting printer search. [Function prototype] - (void)

Seite 36

POS Printer Rev. 2.00 - 41 - 6-2-9 didBeBrokenConnection This method is called when the connection to printer is broken. [Function prototype] - (v

Seite 37

POS Printer Rev. 2.00 - 42 - 6-2-11 didUpdateStatus This method is called when printer status variable has changed. [Function prototype] - (void)d

Seite 38 - 6-2 Instance Methods

POS Printer Rev. 2.00 - 5 - 1-4 Supported Properties List Method/Property POS Printer getInstance O open O close O lookup O selectTarget O connec

Seite 39

POS Printer Rev. 2.00 - 6 - 2. Constant Definition Constants used in the provided SDK are defined in the “BXCode.h” file. 2-1 Character Set This

Seite 40

POS Printer Rev. 2.00 - 7 - 2-2 International Character Set This defines the international character set and the default value is set to BXL_ICS_

Seite 41

POS Printer Rev. 2.00 - 8 - Code Value Description BXL_TS_0HEIGHT 0 Set the ratio of vertical height to X1 BXL_TS_1HEIGHT 16 Set the ratio of verti

Seite 42

POS Printer Rev. 2.00 - 9 - 2-7 Bar Code Symbology This defines the bar code type. Available settings are as follows. Code Value Number of data

Kommentare zu diesen Handbüchern

Keine Kommentare