Back to main index |
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 |
Attributes in [GPS] section:
GPSResult | Description |
---|---|
-1 | GPS loop is not running |
1 | GPS loop stopped |
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 |