java.lang.Object
com.pnfsoftware.jeb.core.units.code.simatic.S7.Time
Enclosing class:
S7

@Ser public static class S7.Time extends Object
TIME type parser.
  • Field Details

    • DEFAULT

      public static final S7.Time DEFAULT
      Default value, T#0MS.
  • Method Details

    • create

      public static S7.Time create(int raw)
      Create a TIME value from its raw representation.
      Parameters:
      raw - raw TIME value
      Returns:
      TIME value
    • getRawValue

      public int getRawValue()
      Retrieve the raw TIME value.
      Returns:
      raw value
    • toString

      public String toString()
      Overrides:
      toString in class Object