Class IFFLayer2Pdu

All Implemented Interfaces:
Marshaller, Serializable

public class IFFLayer2Pdu extends IFFPdu implements Serializable
Section 5.3.7.4.2 When present, layer 2 should follow layer 1 and have the following fields. This requires manual cleanup. the beamData attribute semantics are used in multiple ways. UNFINSISHED
See Also:
  • Field Details

    • layerHeader

      protected LayerHeader layerHeader
      layer header
    • beamData

      protected BeamData beamData
      beam data
    • secondaryOpParameter1

      protected byte secondaryOpParameter1
      secondaryOpParameter1 is an undescribed parameter...
    • secondaryOpParameter2

      protected byte secondaryOpParameter2
      secondaryOpParameter2 is an undescribed parameter...
    • numberOfParameters

      protected short numberOfParameters
      numberOfParameters is an undescribed parameter...
    • fundamentalIFFParameters

      protected List<IFFFundamentalParameterData> fundamentalIFFParameters
      variable length list of fundamental parameters.
    • byteArrayOutputStream

      protected ByteArrayOutputStream byteArrayOutputStream
      byteArrayOutputStream (baos) is used for marshal/unmarshal serialization
      See Also:
    • dataOutputStream

      protected DataOutputStream dataOutputStream
      dataOutputStream (dos) is used for marshal/unmarshal serialization
      See Also:
  • Constructor Details

    • IFFLayer2Pdu

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