Class BumpBarProperties.UnitProperties
java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.bumpbar.BumpBarProperties.UnitProperties
- Enclosing class:
- BumpBarProperties
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 Summary
FieldsModifier and TypeFieldDescriptionint
UPOS property AutoToneDuration.int
UPOS property AutoToneFrequency.boolean
UPOS property CapTone.int
UPOS property Keys. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AutoToneDuration
public int AutoToneDurationUPOS property AutoToneDuration. -
AutoToneFrequency
public int AutoToneFrequencyUPOS property AutoToneFrequency. -
CapTone
public boolean CapToneUPOS property CapTone. -
Keys
public int KeysUPOS property Keys.
-
-
Constructor Details
-
UnitProperties
public UnitProperties()
-