Ends a notification request
Source position: amigados.pas line 1626
procedure EndNotify( |
notify: pNotifyRequest |
); |
notify |
|
a structure passed to StartNotify() |
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.
|
Starts notification on a file or directory |