Componentapp, Methods, Properties – Echelon OpenLNS User Manual

Page 165

Advertising
background image

OpenLNS Programmer's Reference

128

ComponentApp

This object describes a LONWORKS plug-in command. ComponentApps collection objects

are contained in the

ObjectServer

,

System

, and

DeviceTemplate

objects. An LCA director

application can determine what plug-in commands are available by examining the

ComponentApp

objects and can launch the plug-in using the

RegisteredServer

property.

Plug-in commands to be used by all networks are listed in the

ComponentApps

collection in

the

ObjectServer

object. Plug-in commands that are specific to a network are listed in the

System

objects. Plug-in commands that are specific to a device type are listed in the

DeviceTemplate

objects.

The following table summarizes the ComponentApp

object.

Description

A L

ON

W

ORKS

plug-in command.

Added to API

Prior to LNS Release 3.0.

Accessed Through

ComponentApps

collection object.

Default Property

Name.

Methods

None.

Properties

ClassId

CommandId

ComponentClassId

DefaultAppFlag

Description

ManufacturerId

Name

Parent

RegisteredServer

VersionNumber

Methods

The ComponentApps

object does not contain any methods

.

Properties

The ComponentApp

object contains the following properties

:

ClassId

CommandId

ComponentClassId

DefaultAppFlag

Description

ManufacturerId

Name

Parent

RegisteredServer

VersionNumber

Advertising