Class Attribute

java.lang.Object
edu.nps.moves.dis7.pdus.Attribute
All Implemented Interfaces:
Serializable

public class Attribute extends Object implements Serializable
Used to convey information for one or more attributes. Attributes conform to the standard variable record format of 6.2.82. Section 6.2.10.
See Also:
  • Field Details

    • recordType

      protected int recordType
      The record type for this attribute. Enumeration
    • recordLength

      protected short recordLength
      Total length of the record in octets, including padding. The record shall end on a 64-bit boundary after any padding. = 6 + K + P
    • recordSpecificFields

      protected byte[] recordSpecificFields
      The attribute data format conforming to that specified by the record type. K bytes long
  • Constructor Details

    • Attribute

      public Attribute()
      Constructor creates and configures a new instance object
  • Method Details