Appdevicename, Authenticationconfigflag – Echelon OpenLNS User Manual

Page 620

Advertising
background image

OpenLNS Programmer's Reference

583

AppDeviceName

Summary

Returns the name of an application device that contains the

network variable

.

Availability

Local, full, and lightweight clients.

Syntax

nvMtName = nvMtObject.AppDeviceName

Element

Description

nvMtObject

The

NetworkVariable

object to be acted

upon.

nvMtName

The name of the network variable.

Data Type

String

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

AuthenticationConfigFlag

Summary

Defines whether the network variable’s use of authentication

may be changed in a connection

.

Availability

Local, full, and lightweight clients.

Syntax

authConfigFlag = nvObject.AuthenticationConfigFlag

Element

Description

authConfigFlag A Boolean value.

TRUE. The

use of authentication

may be changed in a

connection containing this

network variable using the

ConnectDescTemplate

object

.

FALSE. The

network variable’s

use of

authentication may not be

changed.

nvObject

The

NetworkVariable

object to be acted

on.

Data Type

Boolean.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising