  TYPE
    nft$file_transfer_status = (nfc$idle, nfc$idle_device_disconnect, nfc$idle_vfu_not_loadable,
      nfc$idle_transfer_error, nfc$idle_accounting_limit, nfc$idle_operator_drop_file,
      nfc$idle_operator_requeued_file, nfc$idle_operator_hold_file, nfc$busy,
      nfc$suspended_device_not_ready, nfc$suspended_pm_message, nfc$suspended_operator_command,
      nfc$suspended_operator_posf_cmd, nfc$suspended_vfu_being_loaded, nfc$busy_reserved_14,
      nfc$busy_reserved_15);

