pub unsafe extern "C" fn FRD_GetEventNotification(
event: *mut NotificationEvent,
count: u32_,
recievedNotifCount: *mut u32_,
) -> ResultExpand description
Get Latest Event Notification
ยงArguments
event- Pointer to write recieved notification event struct to.count- Number of eventsrecievedNotifCount- Number of notification reccieved.