Beginnodeconnchangeevent, Beginnodeintfchangeevent, Beginnssidleevent – Echelon OpenLNS User Manual

Page 884

Advertising
background image

OpenLNS Programmer's Reference

847

Syntax

systemObject.

BeginMissedEvent

Element

Description

systemObject

The System

object to be acted on.

Added to API

Prior to LNS Release 3.0.

BeginNodeConnChangeEvent

Summary

Enables the

OnNodeConnChangeEvent

for a system

.

Availability

Local, full, and lightweight clients.

Syntax

systemObject.

BeginNodeConnChangeEvent

Element

Description

systemObject

The System

object to be acted on.

Added to API

Prior to LNS Release 3.0.

BeginNodeIntfChangeEvent

Summary

Enables the

OnNodeIntfChange

event for a system

.

Availability

Local, full, and lightweight clients.

Syntax

systemObject. BeginNodeIntfChangeEvent

Element

Description

systemObject

The System

object to be acted on.

Added to API

Prior to LNS Release 3.0.

BeginNssIdleEvent

Summary

Enables the

OnSystemNssIdle

event for a system

.

You must call the

EndNssIdleEvent

method before doing

anything that may render your handler incapable of

responding to the

OnSystemNssIdle

event.

The

OnSystemNssIdle

event will be fired while your

application is waiting for lengthy network operations to

complete. Instances of this event will be returned

synchronously, and if your application does not handle the

event in a timely manner, your application may hang.

Availability

Local, full, and lightweight clients.

Syntax

systemObject. BeginNssIdleEvent maxIntervalTime

Element

Description

systemObject

The System

object to be acted on.

maxIntervalTime

A Long value specifying the

maximum time between idle events

in milliseconds. The valid range for

Advertising