Summary – Echelon OpenLNS User Manual

Page 788

Advertising
background image

OpenLNS Programmer's Reference

751

TRUE.

The most recent self-test of

the

LonMarkObject

is still

in progress

.

FALSE.

The self-test has been

completed

.

ReportMask Property
TRUE
. A self-test can be performed

on the LonMarkObject.

FALSE. A self-test can not be

performed on the

LonMarkObject.

statusObject

The ObjectStatus object to be acted on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Summary

Summary

A Long that encompasses all of the status bits in the

ObjectStatus

object.

This property returns 0 if all the status bits are set to 0.

Otherwise it returns the value of all of the status bits ORed

together. This provides a quick way to determine whether

there are any problems without having to check every bit.

You can read each bit separately by reading the other

properties of the ObjectStatus object.

Availability

Local, full, and lightweight clients.

Syntax

summaryValue = statusObject.Summary

Element

Description

summaryValue

The status bits from the specified

ObjectStatus

object

statusObject

The ObjectStatus object to be acted

on.

Data Type

Long.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising