Back to main index


2.1.17   Stop the GPS loop

The .in file

Attributes in [Head] section:

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

Attributes in [GPS] section: No attributes needed

Example .in file: This request gets the actual GPS position in a loop
[Head]
Type=203
Mode=2
Blocking=0

The .out file

Attributes in [GPS] section:

 

Sample .out file: Resulting .out file from the above .in file example
[Head]
Type=203
TypeDesc=stop gps loop
Mode=2
ModeDesc=loop
Blocking=0
BlockingDesc=not blocking
Timestamp=26376156
Id=26300046
Result=1
ResultDesc=success and request kept
ExecuteDuration=156


Back to main index Top of page