パッケージ com.shimizukenta.secs.gem

インタフェース 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)

  • メソッドの詳細

    • mdln

      void mdln​(java.lang.CharSequence cs)
      Model-Number setter.

      use S1F2, S1F13, S1F14

      パラメータ:
      cs - MODEL-NUMBER
    • 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

      void clockType​(ClockType type)
      Clock-type setter.

      use S2F18, S2F31

      パラメータ:
      type - A16 or A12
    • clockType

      Returns Clock-type property.
      戻り値:
      Clock-type-property
    • dataIdSecs2Item

      void dataIdSecs2Item​(Secs2Item item)
      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

      void vIdSecs2Item​(Secs2Item item)
      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

      void reportIdSecs2Item​(Secs2Item item)
      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

      void collectionEventIdSecs2Item​(Secs2Item item)
      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