Nsihandle, Nsinodeid – Echelon OpenLNS User Manual

Page 603

Advertising
background image

OpenLNS Programmer's Reference

566

Added to API

Prior to LNS Release 3.0.

NsiHandle

Summary

Returns the unique identifier assigned to an NSI by the OpenLNS

Server. This handle is different than the

NodeHandle

and

Handle

properties.

Availability

Local, full, and lightweight clients.

Syntax

handleValue = nsdObject.NsiHandle

Element

Description

handleValue

The NSI’s handle.

nsdObject

The

NetworkServiceDevice

to be

acted on

Data Type

Long.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

NsiNodeId

Summary

Contains the node ID associated with the network services

interface (NSI).
The NsiNodeId and NsiSubnetId omprise the logical network

subnet/node address the NSD will use to send subnet node and

group addressed messages, if the NSD is using a

high-performance network interface. This address is assigned to

the network services interface when the Open method is invoked

on the System

object. The System

object must be open for these

properties to contain a valid value.
The SubnetId and NodeId properties of the AppDevice object

contained by the NetworkServiceDevice return the subnet/node

address the NSD will use for broadcast and neuron ID addressing.

Standard network interfaces use the NsiSubentId and NsiNodeId

only for server/remote full client communication.

Availability

Local, full, and lightweight clients.

Syntax

idValue = nsdObject.NsiNodeId

Element

Description

idValue

The NSI’s node ID.

nsdObject

The

NetworkServiceDevice

to be

acted on.

Data Type

Long.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising