  TYPE
    nft$device_control_resp_codes = (nfc$dc_msg_accepted, nfc$dc_msg_reject_btfsdi_down,
      nfc$dc_msg_reject_unknown_ios, nfc$dc_msg_reject_unknown_dev,
      nfc$dc_msg_reject_bad_dev_type, nfc$dc_msg_reject_bad_data_mode,
      nfc$dc_msg_rej_unsupported_vfu, nfc$dc_msg_rej_vfu_ld_outstand,
      nfc$dc_msg_rej_image_not_found, nfc$dc_msg_rej_err_in_vfu_image,
      nfc$dc_msg_rej_vfu_not_change,  nfc$dc_msg_rej_trm_undefined,
      nfc$dc_msg_rej_vfu_not_allow, nfc$dc_msg_rej_low_di_memory,
      nfc$dc_msg_rej_tip_reject_attr);
