| Back to main index | 
		Attributes in [Head] section:
		Type: 12
		Allowed Mode: 0 (try once), 1 (try until success), 2 (loop)
		Allowed Blocking: 0 (non blocking), 1 (blocking)
		
		Attributes in [ApplicationState] section:
		No attributes needed
	
Example .in file: This request gets the actual state of the application, i.e. which dialog is displayed
| 
			[Head] Type=12 Mode=0 Blocking=0  | 
Attributes in [ApplicationState] section:
| State | Description | 
|---|---|
| 0 | intro or about screen | 
| 1 | main menu | 
| 2 | StationList | 
| 3 | StationListOptions | 
| 4 | Navigation dialog | 
| 5 | Route dialog | 
| 6 | RouteList dialog | 
| 7 | DefineDestination dialog | 
| 8 | DefineDestinationTown dialog | 
| 9 | DefineDestinationStreet dialog | 
| 10 | DefineDestinationHouseNr dialog | 
| 11 | DefineDestinationMap dialog | 
| 12 | DefineDestinationFavourites dialog | 
| 13 | DefineDestinationPrevDest dialog | 
| 14 | DefineDestinationCurrentPos dialog | 
| 15 | TmcMsgs dialog | 
| 16 | GpsWait dialog | 
| 17 | GpsInfo dialog | 
| 18 | NavInfo dialog | 
| 19 | PreDestinationList dialog | 
| 20 | Settings dialog | 
| 21 | SettingsAvoidsect dialog | 
| 22 | SettingsBaud dialog | 
| 23 | SettingsBrightness dialog | 
| 24 | SettingsCopyright dialog | 
| 25 | SettingsDatalink dialog | 
| 26 | SettingsFavouritesAdminister dialog | 
| 27 | SettingsFavouritesDetails dialog | 
| 28 | SettingsFavouritesRename dialog | 
| 29 | SettingsGeneral dialog | 
| 30 | SettingsLanguage dialog | 
| 31 | SettingsMap dialog | 
| 33 | SettingsPOI dialog | 
| 34 | SettingsPort dialog | 
| 35 | SettingsProfile dialog | 
| 36 | SettingsSound dialog | 
| 37 | SettingsTMC dialog | 
| 38 | SettingsVehicle dialog | 
| 39 | SettingsInfo dialog | 
| 40 | TextBrowser dialog | 
| -1 | unkown dialog | 
Sample .out file: Resulting .out file from the above .in file example
| 
			[Head] Blocking=0 BlockingDesc=not blocking Mode=0 ModeDesc=try once Result=2 ResultDesc=success and request deleted Timestamp=27223171 Type=12 TypeDesc=get application state [ApplicationState] Result=1 ResultDesc=success and request kept State=0 StateDesc=Intro About  | 
| Back to main index | Top of page |