Beginincomingsessionevents – Echelon OpenLNS User Manual
Page 703
OpenLNS Programmer's Reference
666
being opened.
TRUE. Suspends
all monitor point
update events while the
uplink session is being
opened
.
In this case, withheld monitor
point updates must be
released by calling the
method.
FALSE.
Deletes all monitor point
update events that occur
while the session is being
initialized
.
Added to API
LNS Release 3.06.
BeginIncomingSessionEvents
Summary
Registers your application for incoming session event
handling. Once you have invoked this method, your
application will be notified of incoming uplink session
requests to the OpenLNS Server via the
event
.
You can invoke this method multiple times per application if
you want to use multiple Profiles to listen for incoming
session requests in a single application. However, multiple
applications cannot register for uplink session event
handling with the same Profile simultaneously.
After you have registered your application for incoming
session handling with this method, the
OnIncomingSessionEvent event will be fired each time a
request for connection is received. You must then accept or
reject each incoming uplink session with the
AcceptIncomingSessionEvent method.
These methods and events only apply to clients that are
using the OpenLDV xDriver to connect to remote network
interface (RNI) devices. For an overview of the OpenLDV
xDriver, see Chapter 11, OpenLNS network interface Drivers,
of the OpenLNS Programmer’s Guide.
Availability
Local, full, lightweight, and independent clients.