group FrameCodingTypes {

  // Type definitions.

  type record EndInformation {
    EndType endType,
    AckRequest ackRequest,
    TxWait txWait,
    StatusMessage statusMessage,
    Reserved4bit reserved4bit
  }

  type record HeaderInformation {
    HeaderType headerType,
    MsAddress calledId,
    MsAddress ownId,
    CommunicationsMode communicationsMode,
    CommsFormat commsFormat,
    Reserved2bit reserved2bit,
    CallInformation callInformation
  }

  type record PacketDataHeaderInformation {
    HeaderType headerType,
    MsAddress calledId,
    MsAddress ownId,
    CommunicationsMode communicationsMode,
    CommsFormat commsFormat,
    Reserved2bit reserved2bit,
    CallInformation callInformation
  }
}
Generated with T3Doc 2.0 on Fri Feb 22 17:24:44 CET 2008.