Function ctru_sys::FRD_GetEventNotification
source · pub unsafe extern "C" fn FRD_GetEventNotification(
event: *mut NotificationEvent,
count: u32_,
recievedNotifCount: *mut u32_
) -> Result
Expand description
Get Latest Event Notification
§Arguments
event
- Pointer to write recieved notification event struct to.count
- Number of eventsrecievedNotifCount
- Number of notification reccieved.