Getencryptiontype method, Getlnsnetworkname method, Syntax – Echelon OpenLDV User Manual

Page 178: Returns

Advertising
background image

170

Custom Lookup Extension Component Programming

GetEncryptionType Method

Applies to: Session Control Object
This method obtains the type of encryption that the xDriver protocol engine is

using when sending encrypted data packets for this session.

Syntax

C++

STDMETHOD(GetEncryptionType)(LdvxEncryption * nType)

Visual Basic Function GetEncryptionType() As LdvxLib.LdvxEncryption

Table 54. GetEncryptionType Parameters

Parameter

Description

nType

String variable that stores the return data.

Returns

Encryption type being used for the session.

GetLNSNetworkName Method

Applies to: Session Control Object
This method obtains the LNS network name. It is only used when the OpenLDV

application is an LNS Server. This name is only available if the LNS network

name has been set using the SetLNSNetworkName method.

Syntax

C++

STDMETHOD(GetLNSNetworkName)(BSTR * lnsNetwork)

Visual Basic Function GetLNSNetworkName() As String


Table 55. GetLNSNetworkName Parameters

Parameter

Description

lnsNetwork

Variable (String) that stores the return value.

Returns

The name of the LNS network associated with the RNI as a String.

Advertising