Mthubs, Mttargets – Echelon OpenLNS User Manual

Page 494

Advertising
background image

OpenLNS Programmer's Reference

457

object

The

MessageTag

object to be acted on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

LNS Release 3.0.

MtHubs

Summary

Returns a collection containing all message tag hubs for

which the message tag is a target, including the message tag

if it is the hub for a connection.
Along with the

MtTargets

property, this property enables you

to manage complex network connections involving multiple

hubs and sets of targets.
When a new hub is added, it will not neccessarily be added to

the end of the list of hubs; therefore, you should update the

cached copy of the complete hub list when you add or delete a

hub.

Availability

Local, full, lightweight, and independent clients. Note that

some objects containing this property are not available to

Independent clients.

Syntax

mtCollection = mtObject.MTHubs

Element

Description

mtCollection

The returned

MessageTags

collection.

mtObject

The specified

MessageTag

object.

Data Type

MessageTags

collection object.

Read/Write

Read only.

Added to API

LNS Release 3.0.

MtTargets

Summary

Returns the

MessageTags

collection object containing the

message tag targets for the specified hub

MessageTag

object.

Availability

Local, full, lightweight, and independent clients. Note that

some objects containing this property are not available to

Independent clients.

Syntax

mtCollection = mtObject.

MtTargets

Element

Description

mtCollection

The returned

MessageTags

collection.

mtObject

The specified

MessageTag

object.

Data Type

MessageTags

collection object.

Read/Write

Read only.

Added to API

LNS Release 3.0.

Advertising