Registerservicepin, S registerservicepin – Echelon OpenLNS User Manual

Page 939

Advertising
background image

OpenLNS Programmer's Reference

902

specified

System

object.

The RecoveryStatus object provides status information on

how a database recovery is proceeding. You can only access

this property from a local client.
You can read this property from an OnSystemNssIdle

callback while the process that initiated the recovery is

waiting for it to complete. Alternatively, another client, such

as a plug-in application, can read it because plug-in

applications always run as separate processes.

Availability

Local clients.

Syntax

rsObject = systemObject.

RecoveryStatus

Element

Description

rsObject

The RecoveryStatus object to be

returned.

systemObject

The System object to be acted on.

Data Type

RecoveryStatus

object.

Read/Write

Read only.

Added to API

LNS Release 3.0.

RegisterServicePin

Summary

Specifies whether registration occurs automatically when a

service pin message is received. Registration causes the

device to appear in the Discovered.Uninstalled subsystem.

Availability

Local, full, and lightweight clients.

Syntax

regServPinFlag = systemObject.

RegisterServicePin

Element

Description

regServPinFlag

A Boolean value indicating whether

whether registration occurs

automatically when a service pin

message is received.

TRUE. Unregistered devices will

automatically be

registered and placed in

the

Discovered.Uninstalled

Subsystem when a

service pin message is

received.

FALSE. Devices will not

automatically be

registered.
Devices will only be

registered when their

Commission method is

Advertising