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

@Ser public static class S7.S5Time extends Object
S5TIME type parser.
  • Field Details

    • DEFAULT

      public static final S7.S5Time DEFAULT
      Default value, S5T#0MS.
  • Method Details

    • create

      public static S7.S5Time create(int raw)
      Create an S5TIME value from its raw representation.
      Parameters:
      raw - raw S5TIME value
      Returns:
      S5TIME value
    • getRawValue

      public short getRawValue()
      Retrieve the raw S5TIME value.
      Returns:
      raw value
    • toString

      public String toString()
      Overrides:
      toString in class Object