Endcommissionevent, Endlonmarkobjectstatuschangeevent, Endmissedevent – Echelon OpenLNS User Manual

Page 896: E endmissedevent

Advertising
background image

OpenLNS Programmer's Reference

859

Added to API

Prior to LNS Release 3.0.

EndCommissionEvent

Summary

Disables the

OnCommission

event for a system for a given

object type.

Availability

Local, full, and lightweight clients.

Syntax

systemObject.EndCommissionEvent objectType

Element

Description

systemObject

The System

object to be acted on.

objectType

An integer determining the object

type

for which commission events

will be disabled

.

The possible values for this

element, which are contained in

the

ConstDeviceEventTypes

constant, are as follows:

0 lcaAppDeviceEvent

1 lcaRouterEvent

Added to API

Prior to LNS Release 3.0.

EndLonMarkObjectStatusChangeEvent

Summary

Disables the

OnLonMarkObjectStatusChange

event.

You can enable the

OnLonMarkObjectStatusChange

event by

invoking the

BeginLonMarkObjectStatusChangeEvent

method. The

OnLonMarkObjectStatusChange

event will then

be fired each time an OpenLNS client application changes

the status of a

LonMarkObject

on the system.

Availability

Local, full, and lightweight clients.

Syntax

systemObject. EndLonMarkObjectStatusChangeEvent

Element

Description

systemObject

The System object to be acted on.

Added to API

Prior to LNS Release 3.0.

EndMissedEvent

Summary

Disables the

OnMissedEvent

for a system

.

Availability

Local, full, and lightweight clients.

Syntax

systemObject. EndMissedEvent

Element

Description

systemObject

The System

object to be acted on.

Advertising