Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 626 Bytes

EndNotify.md

File metadata and controls

30 lines (18 loc) · 626 Bytes

NAME

EndNotify -- Ends a notification request (V36)

SYNOPSIS

    EndNotify(notifystructure)
                    D1

    VOID EndNotify(struct NotifyRequest *)

Links: NotifyRequest

FUNCTION

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.

INPUTS

notifystructure - a structure passed to StartNotify

SEE ALSO

StartNotify, <dos/notify.h>