Class RemoteOrderDisplayProperties.UnitProperties
java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.remoteorderdisplay.RemoteOrderDisplayProperties.UnitProperties
- Enclosing class:
- RemoteOrderDisplayProperties
helper class, contains property values per display unit. A fixed size array with 32 elements will be allocated
due to the limit of maximum 32 display units. This is the bit count of an int value, and each bit of an int may
represent one display unit in some methods and events.
Default values are placeholders for offline displays. Whenever a display goes online, the service must fill the
display specific values into the corresponding UnitProperties instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
UPOS property AutoToneDuration.int
UPOS property AutoToneFrequency.boolean
UPOS property CapSelectCharacterSet.boolean
UPOS property CapTone.boolean
UPOS property CapTouch.int
UPOS property CharacterSet.UPOS property CharacterSetList.int
UPOS property Clocks.int
UPOS property VideoMode.UPOS property VideoModesList.int
UPOS property VideoSaveBuffers. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AutoToneDuration
public int AutoToneDurationUPOS property AutoToneDuration. -
AutoToneFrequency
public int AutoToneFrequencyUPOS property AutoToneFrequency. -
CapSelectCharacterSet
public boolean CapSelectCharacterSetUPOS property CapSelectCharacterSet. -
CapTone
public boolean CapToneUPOS property CapTone. -
CapTouch
public boolean CapTouchUPOS property CapTouch. -
CharacterSet
public int CharacterSetUPOS property CharacterSet. -
CharacterSetList
UPOS property CharacterSetList. -
Clocks
public int ClocksUPOS property Clocks. -
VideoMode
public int VideoModeUPOS property VideoMode. -
VideoModesList
UPOS property VideoModesList. -
VideoSaveBuffers
public int VideoSaveBuffersUPOS property VideoSaveBuffers.
-
-
Constructor Details
-
UnitProperties
public UnitProperties()
-