Back to main index

2.1.14   End the recording of GPS data

The .in file

Attributes in [Head] section:

Type: 14
Allowed Mode: 0 (try once), 1 (try until success)
Allowed Blocking: 0 (non blocking), 1 (blocking)

Attributes in [GPSRecording] section: No attributes needed

Sample .in file: This request stops the recording of GPS positions
[Head]
Type=14
Mode=0
Blocking=0

The .out file

Attributes in [GPSRecording] section:

Sample .out file: The recording of GPS positions was stopped successfully
[Head]
Type=14
TypeDesc=stop gps recording
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=1387209328
Id=1387209312
Result=2
ResultDesc=success and request deleted
ExecuteDuration=4469

[GPSRecording]
GPSRecordingResult=1
GPSRecordingResultDesc=gps recording stopped
NumberEntries=256
FileSize=8174


Back to main index Top of page