Difference between revisions of "MCURTC:PublishNotifications"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x004E0040] |- | 1 | Notification bitmask |} =Response= {| class="wikitable" b...") |
(No difference)
|
Revision as of 21:00, 29 March 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x004E0040] |
1 | Notification bitmask |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This publishes MCU notifications based on the bitmask provided. Depending on the notification ID, mcu-module can publish "srv" notifications (using PublishToSubscriber) or use its own internal event system for mcu::GPU, mcu::HID and mcu::RTC clients.
If value 0xFFFFFFFF (-1) is passed, mcu-module will instead ask the i2c MCU device for notifications.