
  TYPE
    nlt$cc_device_and_data_record = record
      device_id: nlt$device_identifier,
      data: nlt$bm_message_id,
    recend;

*copyc nlt$bm_message_id
*copyc nlt$device_identifier
