Invalidid, Invalidrequest, Invalidid p – Echelon OpenLNS User Manual

Page 775

Advertising
background image

OpenLNS Programmer's Reference

738

InvalidId

Summary

Indicates

that the requested

LonMarkObject

does not exist

.

Availability

Local, full, and lightweight clients.

Syntax

invalidIdFlag = statusObject.InvalidId

Element

Description

invalidIdFlag

A Boolean value indicating whether

the

LonMarkObject

exists

.

TRUE.

The ID used to reference the

LonMarkObject

is invalid;

therefore, the

LonMarkObject

does not

exist

.

FALSE.

The

LonMarkObject

exists

.

statusObject

The ObjectStatus object to be acted

on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

InvalidRequest

Summary

Indicates whether

a request that is not supported by this

LonMarkObject

object has been made

.

You can send a request to a

LonMarkObject

by writing to its

Request

property. See the

LonMarkObject

’s

Request

property

for more information.

Availability

Local, full, and lightweight clients.

Syntax

invalReqFlag = statusObject.InvalidRequest

Element

Description

invalReqFlag

A Boolean value indicating

whether

a

request that is not supported by this

LonMarkObject

object has been made

.

TRUE.

An invalid request has been

made.
You can determine which

set of requests a

LonMarkObject

supports by

reading the other properties

of the

ObjectStatus

object

returned through the

LonMarkObject

’s

ReportMask

property

.

FALSE.

An invalid request has not

Advertising