Deprecated methods – Echelon OpenLNS User Manual

Page 1073

Advertising
background image

OpenLNS Programmer's Reference

1036

Deprecated Methods

The following methods have been deprecated in OpenLNS and LNS Turbo Editions (3.2). This means that you should no longer use

these methods in your applications. Note that the parent objects of these methods have not been deprecated unless those objects are

listed in the Deprecated Objects section.

Method

Applicable

Parent Object

Version Reason Substitute Feature

BeginLicense

System

4.0

NLA

Build

AppDevice

System

3.2

U

CloseComponent

AppDevice

3.2

U

DebitLicense

System

4.0

NLA

EndLicense

System

4.0

NLA

Export

AppDevice

DeviceTemplate

3.2

U

GetElement

ConfigProperty

3.2

BA

Use DataPoint objects to read and write to the values of all

configuration properties and configuration property arrays.

You can use the GetDataPoint method of the

ConfigProperty object to begin this procedure.

GetElementFromDevice

GetField

NetworkVariable

3.2

BA

If the network variable is a structure, you can use the

GetField method to access any of the fields of the source

network variable once you have used the GetDataPoint

method to acquire a DataPoint for a network variable.

GetRawValues

ConfigProperty

3.2

BA

Use the GetRawValuesEx method to read the raw values of

configuration property arrays.

GetRawValuesFromDevice
Link

DeviceTemplate

3.2

U

Lock

System

3.2

U

Advertising