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 TypeFieldDescriptionintUPOS property AutoToneDuration.intUPOS property AutoToneFrequency.booleanUPOS property CapSelectCharacterSet.booleanUPOS property CapTone.booleanUPOS property CapTouch.intUPOS property CharacterSet.UPOS property CharacterSetList.intUPOS property Clocks.intUPOS property VideoMode.UPOS property VideoModesList.intUPOS 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()
-