Class RemoteOrderDisplayProperties.UnitProperties

java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.remoteorderdisplay.RemoteOrderDisplayProperties.UnitProperties
Enclosing class:
RemoteOrderDisplayProperties

public class RemoteOrderDisplayProperties.UnitProperties extends Object
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 Details

    • AutoToneDuration

      public int AutoToneDuration
      UPOS property AutoToneDuration.
    • AutoToneFrequency

      public int AutoToneFrequency
      UPOS property AutoToneFrequency.
    • CapSelectCharacterSet

      public boolean CapSelectCharacterSet
      UPOS property CapSelectCharacterSet.
    • CapTone

      public boolean CapTone
      UPOS property CapTone.
    • CapTouch

      public boolean CapTouch
      UPOS property CapTouch.
    • CharacterSet

      public int CharacterSet
      UPOS property CharacterSet.
    • CharacterSetList

      public String CharacterSetList
      UPOS property CharacterSetList.
    • Clocks

      public int Clocks
      UPOS property Clocks.
    • VideoMode

      public int VideoMode
      UPOS property VideoMode.
    • VideoModesList

      public String VideoModesList
      UPOS property VideoModesList.
    • VideoSaveBuffers

      public int VideoSaveBuffers
      UPOS property VideoSaveBuffers.
  • Constructor Details

    • UnitProperties

      public UnitProperties()