
 TYPE
    nlt$received_message_descriptor = record
      next_received_message: ^nlt$bm_message_descriptor,
      connection_id: nlt$cl_connection_id,
      device_id: nlt$device_identifier,
      pp_pools_need_replenishing: boolean,
      peer_global_flow_control: nlt$peer_global_flow_control,
      CASE pdu_type: nlt$pdu_type OF
      = nlc$channel_connection_pdu =
        sequence#_or_connect_timestamp: nlt$cc_seq#_or_connect_time,
      = nlc$channelnet_pdu =
        ,
      CASEND,
    recend;

*copyc nlt$cl_connection
*copyc nlt$bm_message_descriptor
*copyc nlt$cc_seq#_or_connect_time
*copyc nlt$device_identifier
*copyc nlt$pdu_type
*copyc nlt$peer_global_flow_control
