Class BumpBarProperties.UnitProperties

java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.bumpbar.BumpBarProperties.UnitProperties
Enclosing class:
BumpBarProperties

public static class BumpBarProperties.UnitProperties extends Object
helper class, contains property values per bump bar unit. A fixed size array with 32 elements will be allocated due to the limit of maximum 32 units. This is the bit count of an int value, and each bit of an int may represent one bump bar unit in some methods and events. Default values are placeholders for offline bump bars. Whenever a unit goes online, the service must fill the unit specific values into the corresponding UnitProperties instance.
  • Field Details

    • AutoToneDuration

      public int AutoToneDuration
      UPOS property AutoToneDuration.
    • AutoToneFrequency

      public int AutoToneFrequency
      UPOS property AutoToneFrequency.
    • CapTone

      public boolean CapTone
      UPOS property CapTone.
    • Keys

      public int Keys
      UPOS property Keys.
  • Constructor Details

    • UnitProperties

      public UnitProperties()