Function ctru_sys::srvPublishToSubscriber
source · pub unsafe extern "C" fn srvPublishToSubscriber(
notificationId: u32_,
flags: u32_
) -> Result
Expand description
Publishes a notification to subscribers.
§Arguments
notificationId
- ID of the notification.flags
- Flags to publish with. (bit 0 = only fire if not fired, bit 1 = do not report an error if there are more than 16 pending notifications)