![]() |
Halyri - Mobiili
0.9
|
▼NHalyri | |
►NAudioVideoManagers | |
►NConversion | |
►NImportedServiceClasses | |
►NMeasurement | |
►NResources | |
►NServiceReference1 | |
►NViewModels | |
►NWcfMobileServiceClient | |
CApp | |
CAudioVideoTransmitManager | Class for managing audio and picture transmission from XNA Microphone and AudioVideoCaptureDevice. Media is captured using PreviewImageCapturer and WavAudioSampleCapturer classes. Capture configuration is taken from MediaConfigurationDto published by the server and available on NetworkConnection's MediaConfigurationUpdatedEvent. Network operations are performed by NetworkConnection class |
CConnected | Connected view is when connection to emergency exchange have been establish and processed by emergency exchange handler. If NoSound is enabled by user, this view opens up with chat. Emergency exchange can open map for user to pinpoint his location on map and send the location to emergency exchange. Handler can also open video recording. By taping cant talk enables chat also. |
CConnection | Makes all connection actions to server. User can connect, update information about device, personalinfo, medicalinfo or location. Uses SignalR for receiving and WCF for sending. |
CEditPersonalInfo | Makes view where user can edit his personal info and save them. |
CLocalizedStrings | Provides access to string resources. |
CMainPage | Applications main view. Here is information about application and user can navigate to other pages like settings and urgen and not urgent views. When this page is loaded it sets the language to default culture if not set in settings different. |
CNotUrgent | In this page user will determine what kind of help he is needing by choosing right option from listbox. Also user can navigate to urgent.xaml if he needs to. |
CSettings | Application can store any objects here that last while program is terminated. You have to always save by using Save() or modifications do not take place in storage. USE KEYS DEFINED HERE AS PUBLIC CONSTS. |
CSettingsAndOthers | Here user can view and change application settings and watch first aid tutorials. |
CUrgent | Here is where the connection happens visualy. When connection is taken to process by emergency exchange handler navigates to Connected.xaml. User can turn GPS on and toggle NoSound. |