Unit NotifySvr

Classes

TNotify -

Functions

Count -
RaiseError - One extra blank item in each array for easy compacting
WaitForNotify - Compact the arrays

Types

Constants

errFirst
errInvalidArgument
errLast
errNotificationNotFound
errRemoteNotSupported
errTooManyNotifications

Variables


Functions


function Count : Integer;


procedure RaiseError(iErr : Integer);

One extra blank item in each array for easy compacting

procedure WaitForNotify;

Compact the arrays

Types


Constants

errFirst = 0

errInvalidArgument = 1

errLast = 3

errNotificationNotFound = 3

errRemoteNotSupported = 0

errTooManyNotifications = 2


Variables