EasyManuals Logo

Citizen CL-E321 Programming Manual

Citizen CL-E321
95 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #46 background imageLoading...
Page #46 background image
CITIZEN Android Label Print SDK Programming Manual
46
2.2.29 LabelSensor property
Syntax
int LabelSensor
Attribute
Read/Write
Description
Sets the label sensor type.
Value
Description
CLS_SELSENSOR_NONE (0)
None.
This assumes that a continuous paper roll is used.
Therefore a valid length must be set in the
ContinuousMediaLength property, returns CLS_E_ILLEGAL
(1101) otherwise.
CLS_SELSENSOR_SEETHROUGH (1)
Gap sensor.
To detect a gap between labels or a notch on tags.
CLS_SELSENSOR_REFLECT (2)
Reflect sensor.
Detect a black mark on the back side of the label.
Setter method
int setLabelSensor (int labelSensor)
Returns CLS_SUCCESS (0) on success. See "2.1 Return value" for the error codes.
Getter method
int getLabelSensor ()
Returns the set value. If nothing has been set, it returns CLS_PROPERTY_DEFAULT(999999).
Example
// Other than "CLS_SELSENSOR_NONE"
int labelSensor;
printer.setLabelSensor(LabelConst.CLS_SELSENSOR_SEETHROUGH);
labelSensor = printer.getLabelSensor();
// "CLS_SELSENSOR_NONE"
int labelSensor;
printer.setContinuousMediaLength(100);
printer.setLabelSensor(LabelConst.CLS_SELSENSOR_NONE);
labelSensor = printer.getLabelSensor();

Table of Contents

Other manuals for Citizen CL-E321

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Citizen CL-E321 and is the answer not in the manual?

Citizen CL-E321 Specifications

General IconGeneral
Print TechnologyThermal Transfer / Direct Thermal
Resolution203 dpi
Power Supply100-240V AC, 50/60 Hz
Max Print Width4.1 inches (104 mm)
Media SensorTransmissive and reflective sensor
InterfaceUSB, Serial (RS-232)
Media Width1.97 to 4.33 inches (50 to 110 mm)
Supported Barcode TypesCode 39, Code 128, ITF, Codabar, UPC-A, UPC-E, EAN-8, EAN-13, POSTNET
Supported Media TypesContinuous, Die-cut
Media Thickness0.0635 – 0.254 mm (2.5 - 10 mil)
Print SpeedUp to 8 inches per second

Related product manuals