Owner manual
OpenLNS Programmer's Reference 858
Added to API
Prior to LNS Release 3.0.
EndAttachmentEvent
Summary
Disables the OnAttachmentEvent for a system for a given
object type.
To end events for device and router attachments, you must
call this method twice: once with the lcaAppDeviceEvent
parameter, and once with the lcaRouter parameter.
Availability
Local, full, and lightweight clients.
Syntax
systemObject.EndAttachmentEvent objectType
Element
Description
systemObject
The System object to be acted on.
objectType
An integer determining the object
type for which to end attachment
events.
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.
EndChangeEvent
Summary
Disables the OnChangeEvent for a system for a given object
type.
You must call this method once for every type of object for
which change events are to be received.
Availability
Local, full, and lightweight clients.
Syntax
systemObject.EndChangeEvent objectType
Element
Description
systemObject
The System object to be acted on.
objectType
An integer determining the object
type for which to end change
events.
The possible values for this
element, which are contained in
the ConstDeviceEventTypes
constant, are as follows:
0 lcaAppDeviceEvent
1 lcaRouterEvent