Klasse DF1Symbol

java.lang.Object
org.apache.plc4x.java.df1.readwrite.DF1Symbol
Alle implementierten Schnittstellen:
org.apache.plc4x.java.spi.generation.Message, org.apache.plc4x.java.spi.utils.Serializable
Bekannte direkte Unterklassen:
DF1SymbolMessageFrame, DF1SymbolMessageFrameACK, DF1SymbolMessageFrameNAK

public abstract class DF1Symbol extends Object implements org.apache.plc4x.java.spi.generation.Message
  • Felddetails

    • MESSAGESTART

      public static final Short MESSAGESTART
  • Konstruktordetails

    • DF1Symbol

      public DF1Symbol()
  • Methodendetails

    • getSymbolType

      public abstract Short getSymbolType()
    • getMessageStart

      public short getMessageStart()
    • serializeDF1SymbolChild

      protected abstract void serializeDF1SymbolChild(org.apache.plc4x.java.spi.generation.WriteBuffer writeBuffer) throws org.apache.plc4x.java.spi.generation.SerializationException
      Löst aus:
      org.apache.plc4x.java.spi.generation.SerializationException
    • serialize

      public void serialize(org.apache.plc4x.java.spi.generation.WriteBuffer writeBuffer) throws org.apache.plc4x.java.spi.generation.SerializationException
      Angegeben von:
      serialize in Schnittstelle org.apache.plc4x.java.spi.utils.Serializable
      Löst aus:
      org.apache.plc4x.java.spi.generation.SerializationException
    • getLengthInBytes

      public int getLengthInBytes()
      Angegeben von:
      getLengthInBytes in Schnittstelle org.apache.plc4x.java.spi.generation.Message
    • getLengthInBits

      public int getLengthInBits()
      Angegeben von:
      getLengthInBits in Schnittstelle org.apache.plc4x.java.spi.generation.Message
    • staticParse

      public static DF1Symbol staticParse(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer, Object... args) throws org.apache.plc4x.java.spi.generation.ParseException
      Löst aus:
      org.apache.plc4x.java.spi.generation.ParseException
    • staticParse

      public static DF1Symbol staticParse(org.apache.plc4x.java.spi.generation.ReadBuffer readBuffer) throws org.apache.plc4x.java.spi.generation.ParseException
      Löst aus:
      org.apache.plc4x.java.spi.generation.ParseException
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object