Important changes in client library

From: Victor Kirhenshtein <victor_at_DOMAIN_REMOVED>
Date: Mon, 3 Oct 2005 00:49:07 +0300

Hello!

From now, client will not automatically receive updates from the server,
including object changes, new events, alarms, and new syslog messages.
To receive these updates, client should call function NXCSubscribe,
defined as follows:

DWORD NXCSubscribe(NXC_SESSION hSession, DWORD dwChannels);

where hSession is a session handle, and dwChannels is one or more
notification channel flags. The following flags can be used:

NXC_CHANNEL_ALARMS
NXC_CHANNEL_EVENTS
NXC_CHANNEL_OBJECTS
NXC_CHANNEL_SYSLOG

When client no longer needs these updates, it can unsubscribe from
notification channel(s) by calling NXCUnsubscribe:

DWORD NXCSubscribe(NXC_SESSION hSession, DWORD dwChannels);

where parameters has the same meaning as for the NXCSubscribe function.

Best regards,
Victor
Received on Mon Oct 03 2005 - 00:49:07 EEST

This archive was generated by hypermail 2.2.0 : Mon Oct 03 2005 - 01:00:01 EEST