Docs » Autodocs » dos.library » EndNotify
EndNotify -- Ends a notification request (V36)
EndNotify(notifystructure) D1 VOID EndNotify(struct NotifyRequest *)
Removes a notification request. Safe to call even if StartNotify() failed. For NRF_SEND_MESSAGE, it searches your port for any messages about the object in question and removes and replies them before returning.
notifystructure - a structure passed to StartNotify()
StartNotify(), <dos/notify.h>
|