dm_geocom_api_request_delete Subroutine

public pure subroutine dm_geocom_api_request_delete(request, device_type, file_type, day, month, year, file_name)

Request of FTR_Delete procedure. Creates request for deleting one or more files.

Wildcards may be used to delete multiple files. If the deletion date is valid, only files older than the date are deleted.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • nfiles – Number of files.
Property Values
Instruments TPS1200, TM30/TS30, TS16
ASCII request %R1Q,23309:<device_type>,<file_type>,<day>,<month>,<year>,<file_name>
ASCII response %R1P,0,0:<grc>,<nfiles>

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(out) :: request

Prepared request.

integer, intent(in) :: device_type

Internal memory or memory card (GEOCOM_FTR_DEVICETYPE).

integer, intent(in) :: file_type

Type of file (GEOCOM_FTR_FILETYPE).

integer, intent(in) :: day

Day (DD).

integer, intent(in) :: month

Month (MM).

integer, intent(in) :: year

Year (YY).

character(len=*), intent(in) :: file_name

Name of file to delete.


Calls

proc~~dm_geocom_api_request_delete~~CallsGraph proc~dm_geocom_api_request_delete dm_geocom_api_request_delete proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_delete->proc~dm_geocom_api_request