Release 4.0.0-preview1-00051
[platform/core/csapi/tizenfx.git] / src / Tizen.Tapi / Tizen.Tapi / TapiEnumerations.cs
1 /*
2  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 namespace Tizen.Tapi
18 {
19     /// <summary>
20     /// Enumerations for the types of Notification.
21     /// </summary>
22     public enum Notification
23     {
24         /// <summary>
25         /// Voice call idle status notification.
26         /// </summary>
27         /// <remarks>Instance of CallIdleStatusNotificationData will be stored in Data property of NotificationChangedEventArgs.</remarks>
28         IdleVoiceCall,
29         /// <summary>
30         /// Voice call active status notification.
31         /// </summary>
32         /// <remarks>Active call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
33         ActiveVoiceCall,
34         /// <summary>
35         /// Voice call held status notification.
36         /// </summary>
37         /// <remarks>Held call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
38         HeldVoiceCall,
39         /// <summary>
40         /// Voice call dialing status notification.
41         /// </summary>
42         /// <remarks>Dialing call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
43         DialingVoiceCall,
44         /// <summary>
45         /// Voice call alerting status notification.
46         /// </summary>
47         /// <remarks>Alert call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
48         AlertVoiceCall,
49         /// <summary>
50         /// Voice call incoming status notification.
51         /// </summary>
52         /// <remarks>Instance of CallIncomingInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
53         IncomingVoiceCall,
54         /// <summary>
55         /// Video call idle status notification.
56         /// </summary>
57         /// <remarks>Instance of CallIdleStatusNotificationData will be stored in Data property of NotificationChangedEventArgs.</remarks>
58         IdleVideoCall,
59         /// <summary>
60         /// Video call active status notification.
61         /// </summary>
62         /// <remarks>Active call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
63         ActiveVideoCall,
64         /// <summary>
65         /// Video call dialing status notification.
66         /// </summary>
67         /// <remarks>Dialing call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
68         DialingVideoCall,
69         /// <summary>
70         /// Video call alerting status notification.
71         /// </summary>
72         /// <remarks>Alert call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
73         AlertVideoCall,
74         /// <summary>
75         /// Video call incoming status notification.
76         /// </summary>
77         /// <remarks>Instance of CallIncomingInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
78         IncomingVideoCall,
79         /// <summary>
80         /// Outgoing call waiting nofificaiton.
81         /// </summary>
82         /// <remarks>Waiting call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
83         WaitingCallInfo,
84         /// <summary>
85         /// Outgoing call forwarded notification.
86         /// </summary>
87         /// <remarks>Forward call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
88         ForwardCallInfo,
89         /// <summary>
90         /// Incoming call barred notification.
91         /// </summary>
92         /// <remarks>Barred incoming call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
93         BarredIncomingCallInfo,
94         /// <summary>
95         /// Outgoing call barred notification.
96         /// </summary>
97         /// <remarks>Barred outgoing call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
98         BarredOutgoingCallInfo,
99         /// <summary>
100         /// Mo call deflected notification.
101         /// </summary>
102         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
103         DeflectCallInfo,
104         /// <summary>
105         /// CLIR suppression reject notification.
106         /// </summary>
107         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
108         ClirCallInfo,
109         /// <summary>
110         /// Unconditional call forward active notification.
111         /// </summary>
112         /// <remarks>Unconditional forward call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
113         ForwardUnconditionalCallInfo,
114         /// <summary>
115         /// Conditional call forward active notification.
116         /// </summary>
117         /// <remarks>Conditional forward call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
118         ForwardConditionalCallInfo,
119         /// <summary>
120         /// Incoming call forwarded notification.
121         /// </summary>
122         /// <remarks>Forward call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
123         ForwardedCallInfo,
124         /// <summary>
125         /// MT deflected call notification.
126         /// </summary>
127         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
128         DeflectedCallInfo,
129         /// <summary>
130         /// MT transferred call notification.
131         /// </summary>
132         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
133         TransferredCallInfo,
134         /// <summary>
135         /// Call is in held notification.
136         /// </summary>
137         /// <remarks>Held call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
138         HeldCallInfo,
139         /// <summary>
140         /// Call is in retrieved notificaiton.
141         /// </summary>
142         /// <remarks>Active call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
143         ActiveCallInfo,
144         /// <summary>
145         /// Call in in multiparty notificaiton.
146         /// </summary>
147         /// <remarks>Joined call Id will be stored in Data property of NotificationChangedEventArgs.</remarks>
148         JoinedCallInfo,
149         /// <summary>
150         /// Call transfer alerting notificaiton.
151         /// </summary>
152         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
153         TransferAlertCallInfo,
154         /// <summary>
155         /// Call forward check message notification.
156         /// </summary>
157         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
158         CfCheckMessageCallInfo,
159         /// <summary>
160         /// New call information notification (CDMA only).
161         /// </summary>
162         /// <remarks>Instance of CallRecord will be stored in Data property of NotificationChangedEventArgs.</remarks>
163         RecCallInfo,
164         /// <summary>
165         /// Call info fallback notification.
166         /// </summary>
167         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
168         FallbackCallInfo,
169         /// <summary>
170         /// Voice privacy mode change notification (CDMA only).
171         /// </summary>
172         /// <remarks>CallPrivacyMode will be stored in Data property of NotificationChangedEventArgs.</remarks>
173         PrivacyModeCall,
174         /// <summary>
175         /// OTASP(Over The Air Service Provisioning) status notification (CDMA only).
176         /// </summary>
177         /// <remarks>CallOtaspStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
178         OtaspCall,
179         /// <summary>
180         /// OTAPA(Over The Air Parameter Administration) status notification (CDMA only).
181         /// </summary>
182         /// <remarks>CallOtapaStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
183         OtapaCall,
184         /// <summary>
185         /// Call signal information notification (CDMA only).
186         /// </summary>
187         /// <remarks>Instance of CallSignalNotification will be stored in Data property of NotificationChangedEventArgs.</remarks>
188         CallSignalInfo,
189         /// <summary>
190         /// Call sound patch change notification.
191         /// </summary>
192         /// <remarks>SoundPath will be stored in Data property of NotificationChangedEventArgs.</remarks>
193         CallSoundPath,
194         /// <summary>
195         /// Call ringback tone sound patch change notification.
196         /// </summary>
197         /// <remarks>CallSoundRingbackNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
198         CallSoundRingbackTone,
199         /// <summary>
200         /// Call sound WB-AMR(Wide Band Adaptive Multi-Rate) status notification.
201         /// </summary>
202         /// <remarks>CallSoundWbamrNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
203         CallSoundWbamr,
204         /// <summary>
205         /// Call sound noise reduction notification.
206         /// </summary>
207         /// <remarks>CallSoundNoiseReduction will be stored in Data property of NotificationChangedEventArgs.</remarks>
208         CallSoundNoiceReduction,
209         /// <summary>
210         /// Call sound clock status notification.
211         /// </summary>
212         /// <remarks>Boolean status value will be stored in Data property of NotificationChangedEventArgs.</remarks>
213         CallSoundClock,
214         /// <summary>
215         /// Preferred voice subscription notification.
216         /// </summary>
217         /// <remarks>CallPreferredVoiceSubscription will be stored in Data property of NotificationChangedEventArgs.</remarks>
218         CallPreferredVoiceSubscription,
219         /// <summary>
220         /// VoLTE call which can provide upgrade/downgrade - caller/callee are all in VoLTE call.
221         /// </summary>
222         /// <remarks>Nothing is stored in Data property of NotificationChangedEventArgs.</remarks>
223         CallModifiableInfo,
224         /// <summary>
225         /// VoLTE call for which upgrade call request is initiated from MT.
226         /// </summary>
227         /// <remarks>CallUpgradeDowngradeRequestNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
228         CallupgradeRequested,
229         /// <summary>
230         /// VoLTE call for which downgrade call request is initiated from MT.
231         /// </summary>
232         /// <remarks>CallUpgradeDowngradeRequestNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
233         CallDowngraded,
234         /// <summary>
235         /// Modem power notification.
236         /// </summary>
237         /// <remarks>PhonePowerStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
238         ModemPower,
239         /// <summary>
240         /// SIM status notification.
241         /// </summary>
242         /// <remarks>SimCardStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
243         SimStatus,
244         /// <summary>
245         /// SIM refresh notification.
246         /// </summary>
247         /// <remarks>SatCmdQualiRefresh will be stored in Data property of NotificationChangedEventArgs.</remarks>
248         SimRefreshed,
249         /// <summary>
250         /// Sap card status notification.
251         /// </summary>
252         /// <remarks>SatCmdQualiRefresh will be stored in Data property of NotificationChangedEventArgs.</remarks>
253         SapStatus,
254         /// <summary>
255         /// Sap disconnect type notification.
256         /// </summary>
257         SapDisconnect,
258         /// <summary>
259         /// Sat setup menu notification.
260         /// </summary>
261         /// <remarks>Instance of SatMainMenuInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
262         SatSetupMenu,
263         /// <summary>
264         /// Sat display text notification.
265         /// </summary>
266         /// <remarks>Instance of SatDisplayTextData will be stored in Data property of NotificationChangedEventArgs.</remarks>
267         SatDisplayText,
268         /// <summary>
269         /// Sat select item notification.
270         /// </summary>
271         /// <remarks>Instance of SatSelectItemData will be stored in Data property of NotificationChangedEventArgs.</remarks>
272         SatSelectItem,
273         /// <summary>
274         /// Sat get inkey notification.
275         /// </summary>
276         /// <remarks>Instance of SatGetInKeyData will be stored in Data property of NotificationChangedEventArgs.</remarks>
277         SatGetInKey,
278         /// <summary>
279         /// Sat get input notification.
280         /// </summary>
281         /// <remarks>Instance of SatGetInputData will be stored in Data property of NotificationChangedEventArgs.</remarks>
282         SatGetInput,
283         /// <summary>
284         /// Sat refresh notification.
285         /// </summary>
286         /// <remarks>Instance of SatRefreshData will be stored in Data property of NotificationChangedEventArgs.</remarks>
287         SatRefresh,
288         /// <summary>
289         /// Sat send sms notification.
290         /// </summary>
291         /// <remarks>Instance of SatSendSmsData will be stored in Data property of NotificationChangedEventArgs.</remarks>
292         SatSendSms,
293         /// <summary>
294         /// Sat setup event list notification.
295         /// </summary>
296         /// <remarks>Instance of SatEventListData will be stored in Data property of NotificationChangedEventArgs.</remarks>
297         SatSetupEventList,
298         /// <summary>
299         /// Sat send dtmf notification.
300         /// </summary>
301         /// <remarks>Instance of SatSendDtmfData will be stored in Data property of NotificationChangedEventArgs.</remarks>
302         SatSendDtmf,
303         /// <summary>
304         /// Sat end proactive session notification.
305         /// </summary>
306         /// <remarks>SatCommandType will be stored in Data property of NotificationChangedEventArgs.</remarks>
307         SatEndProactiveSession,
308         /// <summary>
309         /// Sat call control result notification.
310         /// </summary>
311         /// <remarks>Instance of SatCallCtrlConfirmData will be stored in Data property of NotificationChangedEventArgs.</remarks>
312         SatCallControlResult,
313         /// <summary>
314         /// Sat mo sms control result notification.
315         /// </summary>
316         /// <remarks>Instance of SatMoSmsCtrlData will be stored in Data property of NotificationChangedEventArgs.</remarks>
317         SatMoSmControlResult,
318         /// <summary>
319         /// Sat setup call notification.
320         /// </summary>
321         /// <remarks>Instance of SatSetupCallData will be stored in Data property of NotificationChangedEventArgs.</remarks>
322         SatSetupCall,
323         /// <summary>
324         /// Sat send SS notification.
325         /// </summary>
326         /// <remarks>Instance of SatSendSsData will be stored in Data property of NotificationChangedEventArgs.</remarks>
327         SatSendSs,
328         /// <summary>
329         /// Sat setup USSD notification.
330         /// </summary>
331         /// <remarks>Instance of SatSetupUssdData will be stored in Data property of NotificationChangedEventArgs.</remarks>
332         SatSetupUssd,
333         /// <summary>
334         /// Phonebook status notification.
335         /// </summary>
336         /// <remarks>Instance of SimPhonebookStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
337         PhonebookStatus,
338         /// <summary>
339         /// Phonebook change notification.
340         /// </summary>
341         /// <remarks>Instance of PhonebookContactChangeInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
342         PhonebookContactChange,
343         /// <summary>
344         /// Network registration status notification.
345         /// </summary>
346         /// <remarks>Instance of NetworkRegistrationStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
347         NetworkRegistrationStatus,
348         /// <summary>
349         /// Network cell information notification.
350         /// </summary>
351         /// <remarks>Instance of NetworkCellNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
352         NetworkCellInfo,
353         /// <summary>
354         /// Network change notification.
355         /// </summary>
356         /// <remarks>Instance of NetworkChangeNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
357         NetworkChange,
358         /// <summary>
359         /// Network time information notification.
360         /// </summary>
361         /// <remarks>Instance of NetworkTimeNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
362         NetworkTimeInfo,
363         /// <summary>
364         /// Network identity notification.
365         /// </summary>
366         /// <remarks>Instance of NetworkIdentityNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
367         NetworkIdentity,
368         /// <summary>
369         /// Network signal strength notification.
370         /// </summary>
371         /// <remarks>Signal Strength in dBm will be stored in Data property of NotificationChangedEventArgs.</remarks>
372         NetworkSignalStrength,
373         /// <summary>
374         /// Network emergency callback mode notification.
375         /// </summary>
376         /// <remarks>NetworkEmergencyCallbackMode will be stored in Data property of NotificationChangedEventArgs.</remarks>
377         NetworkEmergencyCallbackMode,
378         /// <summary>
379         /// Network default data subscription notification.
380         /// </summary>
381         /// <remarks>NetworkDefaultDataSubscription will be stored in Data property of NotificationChangedEventArgs.</remarks>
382         NetworkDefaultDataSubscription,
383         /// <summary>
384         /// Network default subscription notification.
385         /// </summary>
386         /// <remarks>NetworkDefaultSubscription will be stored in Data property of NotificationChangedEventArgs.</remarks>
387         NetworkDefaultSubscription,
388         /// <summary>
389         /// Network cell ID.
390         /// </summary>
391         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
392         NetworkCellId,
393         /// <summary>
394         /// Network LAC (Location Area Code).
395         /// </summary>
396         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
397         NetworkLac,
398         /// <summary>
399         /// Network TAC (Tracking Area Code).
400         /// </summary>
401         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
402         NetworkTac,
403         /// <summary>
404         /// Network system ID.
405         /// </summary>
406         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
407         NetworkSystemId,
408         /// <summary>
409         /// Network network ID.
410         /// </summary>
411         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
412         NetworkNetworkId,
413         /// <summary>
414         /// Network base station ID.
415         /// </summary>
416         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
417         NetworkBsId,
418         /// <summary>
419         /// Network base station latitude.
420         /// </summary>
421         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
422         NetworkBsLatitude,
423         /// <summary>
424         /// Network base station longitude.
425         /// </summary>
426         /// <remarks>Int value will be stored in Data property of NotificationChangedEventArgs.</remarks>
427         NetworkBsLongitude,
428         /// <summary>
429         /// Network VoLTE status notification.
430         /// </summary>
431         /// <remarks>Instance of NetworkVolteStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
432         NetworkVolteStatus,
433         /// <summary>
434         /// Network EPDG status notification.
435         /// </summary>
436         /// <remarks>Boolean value will be stored in Data property of NotificationChangedEventArgs.</remarks>
437         NetworkEpdgStatus,
438         /// <summary>
439         /// Ss ussd receive notification.
440         /// </summary>
441         /// <remarks>Instance of SsUssdMsgInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
442         SsUssd,
443         /// <summary>
444         /// Ss release complete notification.
445         /// </summary>
446         /// <remarks>Instance of SsReleaseCompleteMsgInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
447         SsReleaseComplete,
448         /// <summary>
449         /// Ss call forwarding status notification.
450         /// </summary>
451         /// <remarks>Instance of SsForwardResponse will be stored in Data property of NotificationChangedEventArgs.</remarks>
452         SsNotifyForwarding,
453         /// <summary>
454         /// Ss call barring status notification.
455         /// </summary>
456         /// <remarks>Instance of SsBarringResponse will be stored in Data property of NotificationChangedEventArgs.</remarks>
457         SsNotifyBarring,
458         /// <summary>
459         /// Ss call waiting status notification.
460         /// </summary>
461         /// <remarks>Instance of SsWaitingResponse will be stored in Data property of NotificationChangedEventArgs.</remarks>
462         SsNotifyWaiting,
463         /// <summary>
464         /// Ss information notification.
465         /// </summary>
466         /// <remarks>Instance of SsInfo will be stored in Data property of NotificationChangedEventArgs.</remarks>
467         SsNotifyInfo,
468         /// <summary>
469         /// Sms incoming message notification.
470         /// </summary>
471         /// <remarks>Instance of SmsIncomingMessageNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
472         SmsIncomingMsg,
473         /// <summary>
474         /// Sms cell broadcast message incoming notification.
475         /// </summary>
476         /// <remarks>Instance of SmsIncomingCbMessageNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
477         SmsIncomingCbMsg,
478         /// <summary>
479         /// Sms ETWS(Earthquake and Tsunami Warning System) message incoming notification.
480         /// </summary>
481         /// <remarks>Instance of SmsIncomingEtwsMessageNoti will be stored in Data property of NotificationChangedEventArgs.</remarks>
482         SmsIncomingEtwsMsg,
483         /// <summary>
484         /// Sms device memory status notification.
485         /// </summary>
486         /// <remarks>SmsMemoryStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
487         SmsMemoryStatus,
488         /// <summary>
489         /// Sms ready notification.
490         /// </summary>
491         /// <remarks>SmsReadyStatus will be stored in Data property of NotificationChangedEventArgs.</remarks>
492         SmsReady,
493         /// <summary>
494         /// Oem data notification.
495         /// </summary>
496         /// <remarks>Instance of OemData will be stored in Data property of NotificationChangedEventArgs.</remarks>
497         OemData
498     }
499
500     /// <summary>
501     /// Enumerations for the types of property definition.
502     /// </summary>
503     public enum Property
504     {
505         /// <summary>
506         /// Modem power property.
507         /// </summary>
508         /// <remarks>PhonePowerStatus will be stored in Property property of PropertyChangedEventArgs.</remarks>
509         ModemPower,
510         /// <summary>
511         /// Modem dongle status property.
512         /// </summary>
513         /// <remarks>Boolean value will be stored in Property property of PropertyChangedEventArgs.</remarks>
514         ModemDongleStatus,
515         /// <summary>
516         /// Modem dongle login property.
517         /// </summary>
518         /// <remarks>Boolean value will be stored in Property property of PropertyChangedEventArgs.</remarks>
519         ModemDongleLogin,
520         /// <summary>
521         /// SIM call forward state property.
522         /// </summary>
523         /// <remarks>Boolean value will be stored in Property property of PropertyChangedEventArgs.</remarks>
524         SimCallForwardState,
525         /// <summary>
526         /// Network LAC (Location Area Code) property.
527         /// </summary>
528         /// <remarks>Unsigned int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
529         NetworkLac,
530         /// <summary>
531         /// Network TAC (Tracking Area Code) property (for LTE network).
532         /// </summary>
533         /// <remarks>Unsigned int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
534         NetworkTac,
535         /// <summary>
536         /// Network PLMN property.
537         /// </summary>
538         /// <remarks>String value will be stored in Property property of PropertyChangedEventArgs.</remarks>
539         NetworkPlmn,
540         /// <summary>
541         /// Network cell-id property.
542         /// </summary>
543         /// <remarks>Unsigned int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
544         NetworkCellId,
545         /// <summary>
546         /// Network physical cell-id property.
547         /// </summary>
548         /// <remarks>Unsigned int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
549         NetworkPhysicalCellId,
550         /// <summary>
551         /// Network service type property.
552         /// </summary>
553         /// <remarks>NetworkServiceType will be stored in Property property of PropertyChangedEventArgs.</remarks>
554         NetworkServiceType,
555         /// <summary>
556         /// Network access technology property.
557         /// </summary>
558         /// <remarks>NetworkSystemType will be stored in Property property of PropertyChangedEventArgs.</remarks>
559         NetworkAct,
560         /// <summary>
561         /// Network ps type property.
562         /// </summary>
563         /// <remarks>NetworkPsType will be stored in Property property of PropertyChangedEventArgs.</remarks>
564         NetworkPsType,
565         /// <summary>
566         /// Network circuit status property.
567         /// </summary>
568         /// <remarks>NetworkServiceLevel will be stored in Property property of PropertyChangedEventArgs.</remarks>
569         NetworkCircuitStatus,
570         /// <summary>
571         /// Network packet status property.
572         /// </summary>
573         /// <remarks>NetworkServiceLevel will be stored in Property property of PropertyChangedEventArgs.</remarks>
574         NetworkPacketStatus,
575         /// <summary>
576         /// Network roaming status property.
577         /// </summary>
578         /// <remarks>Boolean value will be stored in Property property of PropertyChangedEventArgs.</remarks>
579         NetworkRoamingStatus,
580         /// <summary>
581         /// Network name option property.
582         /// </summary>
583         /// <remarks>NetworkNameDisplayCondition will be stored in Property property of PropertyChangedEventArgs.</remarks>
584         NetworkNameOption,
585         /// <summary>
586         /// Network name property.
587         /// </summary>
588         /// <remarks>String value will be stored in Property property of PropertyChangedEventArgs.</remarks>
589         NetworkName,
590         /// <summary>
591         /// SPN name property stored in SIM card.
592         /// </summary>
593         /// <remarks>String value will be stored in Property property of PropertyChangedEventArgs.</remarks>
594         NetworkSpnName,
595         /// <summary>
596         /// Network signal dbm property.
597         /// </summary>
598         /// <remarks>Int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
599         NetworkSignalDbm,
600         /// <summary>
601         /// Network signal level property.
602         /// </summary>
603         /// <remarks>Int value will be stored in Property property of PropertyChangedEventArgs.</remarks>
604         NetworkSignalLevel,
605         /// <summary>
606         /// Network ims voice support status property.
607         /// </summary>
608         /// <remarks>Boolean value will be stored in Property property of PropertyChangedEventArgs.</remarks>
609         NetworkImsVoiceStatus,
610         /// <summary>
611         /// Network volte enable status notification.
612         /// </summary>
613         /// <remarks>VolteNetworkType will be stored in Property property of PropertyChangedEventArgs.</remarks>
614         NetworkVolteEnable,
615         /// <summary>
616         /// Network serving LTE band property.
617         /// </summary>
618         /// <remarks>NetworkLteBandType will be stored in Property property of PropertyChangedEventArgs.</remarks>
619         NetworkLteBand
620     }
621 }