SRV:PublishToSubscriber: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) 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 | | 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 13:03, 6 July 2017
Request
| 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
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Description
This fires a notification to subscribed processes.