インタフェース GemConfig
public interface GemConfig
This interface is GEM config.
To set Model-Number, mdln(CharSequence)
To set Software-Revision, softrev(CharSequence)
To set Clock-type, clockType(ClockType)
-
メソッドの概要
修飾子とタイプ メソッド 説明 ObjectProperty<ClockType>
clockType()
Returns Clock-type property.void
clockType(ClockType type)
Clock-type setter.ObjectProperty<Secs2Item>
collectionEventIdSecs2Item()
Returns COLLECTION-EVENT-ID Secs2Item type property.void
collectionEventIdSecs2Item(Secs2Item item)
COLLECTION-EVENT-ID Secs2Item type setter.ObjectProperty<Secs2Item>
dataIdSecs2Item()
Returns DATA-ID Secs2Item type property.void
dataIdSecs2Item(Secs2Item item)
DATA-ID Secs2Item type setter.StringProperty
mdln()
Returns Model-Number Property.void
mdln(java.lang.CharSequence cs)
Model-Number setter.ObjectProperty<Secs2Item>
reportIdSecs2Item()
Returns REPORT-ID Secs2Item type propertyvoid
reportIdSecs2Item(Secs2Item item)
REPORT-ID Secs2Item type setter.StringProperty
softrev()
Returns Software-Revision Property.void
softrev(java.lang.CharSequence cs)
Software-Revision setter.ObjectProperty<Secs2Item>
vIdSecs2Item()
Returns V-ID Secs2Item type property.void
vIdSecs2Item(Secs2Item item)
V-ID Secs2Item type setter.
-
メソッドの詳細
-
mdln
void mdln(java.lang.CharSequence cs)Model-Number setter.use S1F2, S1F13, S1F14
- パラメータ:
cs
- MODEL-NUMBER
-
mdln
StringProperty mdln()Returns Model-Number Property.- 戻り値:
- Model-Number Property
-
softrev
void softrev(java.lang.CharSequence cs)Software-Revision setter.use S1F2, S1F13, S1F14
- パラメータ:
cs
- SOFTWARE-RESION
-
softrev
StringProperty softrev()Returns Software-Revision Property.- 戻り値:
- Software-Revision-property
-
clockType
Clock-type setter.use S2F18, S2F31
- パラメータ:
type
- A16 or A12
-
clockType
ObjectProperty<ClockType> clockType()Returns Clock-type property.- 戻り値:
- Clock-type-property
-
dataIdSecs2Item
DATA-ID Secs2Item type setter.type: INT1, INT2, INT4, INT8, UINT1, UINT2, UINT4, UINT8
- パラメータ:
item
- item-type
-
dataIdSecs2Item
ObjectProperty<Secs2Item> dataIdSecs2Item()Returns DATA-ID Secs2Item type property.- 戻り値:
- Secs2Item property
-
vIdSecs2Item
V-ID Secs2Item type setter.type: INT1, INT2, INT4, INT8, UINT1, UINT2, UINT4, UINT8
- パラメータ:
item
- item-type
-
vIdSecs2Item
ObjectProperty<Secs2Item> vIdSecs2Item()Returns V-ID Secs2Item type property.- 戻り値:
- Secs2Item property
-
reportIdSecs2Item
REPORT-ID Secs2Item type setter.type: INT1, INT2, INT4, INT8, UINT1, UINT2, UINT4, UINT8
- パラメータ:
item
- item-type
-
reportIdSecs2Item
ObjectProperty<Secs2Item> reportIdSecs2Item()Returns REPORT-ID Secs2Item type property- 戻り値:
- Secs2Item property
-
collectionEventIdSecs2Item
COLLECTION-EVENT-ID Secs2Item type setter.type: INT1, INT2, INT4, INT8, UINT1, UINT2, UINT4, UINT8
- パラメータ:
item
- item-type
-
collectionEventIdSecs2Item
ObjectProperty<Secs2Item> collectionEventIdSecs2Item()Returns COLLECTION-EVENT-ID Secs2Item type property.- 戻り値:
- Secs2Item property
-