Difference between revisions of "SRV:PublishToSubscriber"

From 3dbrew
Jump to navigation Jump to search
(PublishToSubscriber)
 
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Notification ID
+
| Notification ID, see [[Services#Notifications|Notifications]]
 
|-
 
|-
 
| 2
 
| 2
| Flags (bit0: only fire if not fired, bit1: report errors)
+
| Flags (bit0: only fire if not already pending, bit1: do ''not'' report an error if there are more than 16 pending notifications)
 
|}
 
|}
  
Line 27: Line 27:
 
| Result code
 
| Result code
 
|}
 
|}
 +
 +
=Description=
 +
This fires a notification to subscribed processes.

Latest revision as of 14:03, 6 July 2017

Request[edit]

Index Word Description
0 Header code [0x000C0080]
1 Notification ID, see Notifications
2 Flags (bit0: only fire if not already pending, bit1: do not report an error if there are more than 16 pending notifications)

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This fires a notification to subscribed processes.