CITIZEN Android Label Print SDK
—
Programming Manual
51
2.2.34 RibbonEnd property
Syntax
int RibbonEnd
Attribute
Read
Description
Shows the printer status if there is a ribbon end error.
Note that the status properties won't be updated automatically.
checks the status and updates the value, must be called before referring to this
property.
Setter method
none
Getter method
int getRibbonEnd ()
Returns one of the following values.
Value
Description
0
No
1
Yes
CLS_PROPERTY_DEFAULT(999999)
Nothing has been set.
Example