From 1111f28e3693ee0f296819654a5c35fe147c395d Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:11:30 -0700 Subject: add doxygen documentation for github Signed-off-by: Christian as GENIVI Maintainer --- docs/structam_1_1am__NotificationPayload__s.html | 184 +++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 docs/structam_1_1am__NotificationPayload__s.html (limited to 'docs/structam_1_1am__NotificationPayload__s.html') diff --git a/docs/structam_1_1am__NotificationPayload__s.html b/docs/structam_1_1am__NotificationPayload__s.html new file mode 100644 index 0000000..682788b --- /dev/null +++ b/docs/structam_1_1am__NotificationPayload__s.html @@ -0,0 +1,184 @@ + + + + + + +AudioManager: am::am_NotificationPayload_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_NotificationPayload_s Struct Reference
+
+
+ +

This struct holds the payload of a notification. + More...

+ +

#include <audiomanagertypes.h>

+ + + + + + + + +

+Public Attributes

am_CustomNotificationType_t type
 This defines the notification type. More...
 
int16_t value
 This is finally the value of the notification. More...
 
+

Detailed Description

+

This struct holds the payload of a notification.

+ +

Definition at line 1090 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
am_CustomNotificationType_t am::am_NotificationPayload_s::type
+
+ +

This defines the notification type.

+ +

Definition at line 1097 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
int16_t am::am_NotificationPayload_s::value
+
+ +

This is finally the value of the notification.

+

It's meaning depends on the notificationType

+ +

Definition at line 1102 of file audiomanagertypes.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1