Networkinterfaces.item( ), Syntax, Remarks – Echelon OpenLDV User Manual

Page 164

Advertising
background image

156

LNS Methods and Events for xDriver Support

Syntax

objServer.EndIncomingSessionEvents xDriverProfileName

Table 39. EndIncomingSessionEvents Parameters

Element

Description

xDriverProfileName The name of the xDriver profile used in the call to

BeginIncomingSessionEvents.

Remarks

Call this method for each profile for which the BeginIncomingSessionsEvent

method was called before closing an application.

NetworkInterfaces.Item( )

Applies to: NetworkInterfaces collection object
The Item property of the NetworkInterfaces collection object behaves

differently when the network interface being accessed is an xDriver network

interface.

Syntax

retrievedObject = collObject.Item(index)
retrievedObject = collObject.Item(stringExpression)

Table 40. NetworkInterfaces.Item Parameters

Element

Description

retrievedObject

Object variable that stores the NetworkInterface item retrieved

from the NetworkInterfaces collection.

collObject

The collection object to be acted on.

index

A Long type specifying the ordinal index of the object to retrieve.

Advertising