Klasse BACnetTagPayloadUnsignedInteger

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

public class BACnetTagPayloadUnsignedInteger extends Object implements Message
  • Felddetails

    • valueUint8

      protected final Short valueUint8
    • valueUint16

      protected final Integer valueUint16
    • valueUint24

      protected final Integer valueUint24
    • valueUint32

      protected final Long valueUint32
    • valueUint40

      protected final Long valueUint40
    • valueUint48

      protected final Long valueUint48
    • valueUint56

      protected final Long valueUint56
    • valueUint64

      protected final BigInteger valueUint64
    • actualLength

      protected final Long actualLength
  • Konstruktordetails

    • BACnetTagPayloadUnsignedInteger

      public BACnetTagPayloadUnsignedInteger(Short valueUint8, Integer valueUint16, Integer valueUint24, Long valueUint32, Long valueUint40, Long valueUint48, Long valueUint56, BigInteger valueUint64, Long actualLength)
  • Methodendetails