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> |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request. |
||
logical, | intent(in) | :: | next |
First or next entry. |