dm_geocom_api_request_list Subroutine

public pure subroutine dm_geocom_api_request_list(request, next)

Request of FTR_List procedure. Creates request for listing file information.

The instrument returns the following responses:

  • grc – GeoCOM return code.
  • last – File is last entry [bool].
  • fname – File name, max. 80 characters long [string].
  • fsize – File size [bytes].
  • fhour – UTC modification hour [byte].
  • fminute – UTC modification minute [byte].
  • fsecond – UTC modification second [byte].
  • fday – UTC modification day [byte].
  • fmonth – UTC modification month [byte].
  • fyear – UTC modification year [byte].
Property Values
Instruments TPS1200, TM30/TS30, TS16
ASCII request %R1Q,23307:<next>
ASCII response %R1P,0,0:<grc>,<last>,<fname>,<fsize>,<fhour>,<fminute>,<fsecond>,<fcsecond>,<fday>,<fmonth>,<fyear>

Arguments

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

Prepared request.

logical, intent(in) :: next

First or next entry.


Calls

proc~~dm_geocom_api_request_list~~CallsGraph proc~dm_geocom_api_request_list dm_geocom_api_request_list proc~dm_btoi dm_btoi proc~dm_geocom_api_request_list->proc~dm_btoi proc~dm_geocom_api_request dm_geocom_api_request proc~dm_geocom_api_request_list->proc~dm_geocom_api_request