Class IFFData

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

public class IFFData extends Object implements Serializable
repeating element in IFF Data specification record
See Also:
  • Field Details

    • recordType

      protected VariableRecordType recordType
      enumeration for type of record uid 66 Variable Record Type values are defined by VariableRecordType enumerations
    • recordLength

      protected short recordLength
      length of record, including padding
    • recordSpecificFields

      protected byte[] recordSpecificFields
      recordSpecificFields is an undescribed parameter...
  • Constructor Details

    • IFFData

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