Klasse NLMUpdateKeyUpdateControlFlags

java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.NLMUpdateKeyUpdateControlFlags
Alle implementierten Schnittstellen:
Message, Serializable

public class NLMUpdateKeyUpdateControlFlags extends Object implements Message
  • Felddetails

    • set1KeyRevisionActivationTimeExpirationTimePresent

      protected final boolean set1KeyRevisionActivationTimeExpirationTimePresent
    • set1KeyCountKeyParametersPresent

      protected final boolean set1KeyCountKeyParametersPresent
    • set1ShouldBeCleared

      protected final boolean set1ShouldBeCleared
    • set2KeyRevisionActivationTimeExpirationTimePresent

      protected final boolean set2KeyRevisionActivationTimeExpirationTimePresent
    • set2KeyCountKeyParametersPresent

      protected final boolean set2KeyCountKeyParametersPresent
    • set2ShouldBeCleared

      protected final boolean set2ShouldBeCleared
    • moreMessagesToBeExpected

      protected final boolean moreMessagesToBeExpected
    • removeAllKeys

      protected final boolean removeAllKeys
  • Konstruktordetails

    • NLMUpdateKeyUpdateControlFlags

      public NLMUpdateKeyUpdateControlFlags(boolean set1KeyRevisionActivationTimeExpirationTimePresent, boolean set1KeyCountKeyParametersPresent, boolean set1ShouldBeCleared, boolean set2KeyRevisionActivationTimeExpirationTimePresent, boolean set2KeyCountKeyParametersPresent, boolean set2ShouldBeCleared, boolean moreMessagesToBeExpected, boolean removeAllKeys)
  • Methodendetails

    • getSet1KeyRevisionActivationTimeExpirationTimePresent

      public boolean getSet1KeyRevisionActivationTimeExpirationTimePresent()
    • getSet1KeyCountKeyParametersPresent

      public boolean getSet1KeyCountKeyParametersPresent()
    • getSet1ShouldBeCleared

      public boolean getSet1ShouldBeCleared()
    • getSet2KeyRevisionActivationTimeExpirationTimePresent

      public boolean getSet2KeyRevisionActivationTimeExpirationTimePresent()
    • getSet2KeyCountKeyParametersPresent

      public boolean getSet2KeyCountKeyParametersPresent()
    • getSet2ShouldBeCleared

      public boolean getSet2ShouldBeCleared()
    • getMoreMessagesToBeExpected

      public boolean getMoreMessagesToBeExpected()
    • getRemoveAllKeys

      public boolean getRemoveAllKeys()
    • serialize

      public void serialize(WriteBuffer writeBuffer) throws SerializationException
      Angegeben von:
      serialize in Schnittstelle Serializable
      Löst aus:
      SerializationException
    • getLengthInBytes

      public int getLengthInBytes()
      Angegeben von:
      getLengthInBytes in Schnittstelle Message
    • getLengthInBits

      public int getLengthInBits()
      Angegeben von:
      getLengthInBits in Schnittstelle Message
    • staticParse

      public static NLMUpdateKeyUpdateControlFlags staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
      Löst aus:
      ParseException
    • staticParse

      public static NLMUpdateKeyUpdateControlFlags staticParse(ReadBuffer readBuffer) throws ParseException
      Löst aus:
      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