libiec61850.NET  1.5.1
IEC 61850 .NET API for libiec61850 protocol library
IEC61850.Client.IsoConnectionParameters Class Reference

Connection parameters associated with the ISO protocol layers (transport, session, presentation, ACSE) More...

Public Member Functions

void SetRemoteApTitle (string apTitle, int aeQualifier)
 Sets the remote ap title related parameters More...
 
void SetRemoteAddresses (byte[] pSelector, byte[] sSelector, byte[] tSelector)
 Sets the remote addresses for ISO layers (transport, session, presentation) More...
 
void SetLocalApTitle (string apTitle, int aeQualifier)
 Sets the local ap title related parameters More...
 
void SetLocalAddresses (byte[] pSelector, byte[] sSelector, byte[] tSelector)
 Sets the local addresses for ISO layers (transport, session, presentation) More...
 
void UsePasswordAuthentication (string password)
 Instruct ACSE layer to use password authentication. More...
 

Detailed Description

Connection parameters associated with the ISO protocol layers (transport, session, presentation, ACSE)

Member Function Documentation

◆ SetLocalAddresses()

void IEC61850.Client.IsoConnectionParameters.SetLocalAddresses ( byte []  pSelector,
byte []  sSelector,
byte []  tSelector 
)

Sets the local addresses for ISO layers (transport, session, presentation)

Parameters
pSelectorpresentation layer address
sSelectorsession layer address
tSelectorISO COTP transport layer address

◆ SetLocalApTitle()

void IEC61850.Client.IsoConnectionParameters.SetLocalApTitle ( string  apTitle,
int  aeQualifier 
)

Sets the local ap title related parameters

Parameters
apTitlelocal AP title.
aeQualifierlocal AE qualifier.

◆ SetRemoteAddresses()

void IEC61850.Client.IsoConnectionParameters.SetRemoteAddresses ( byte []  pSelector,
byte []  sSelector,
byte []  tSelector 
)

Sets the remote addresses for ISO layers (transport, session, presentation)

Parameters
pSelectorpresentation layer address
sSelectorsession layer address
tSelectorISO COTP transport layer address

◆ SetRemoteApTitle()

void IEC61850.Client.IsoConnectionParameters.SetRemoteApTitle ( string  apTitle,
int  aeQualifier 
)

Sets the remote ap title related parameters

Parameters
apTitleremote AP title.
aeQualifierremote AE qualifier.

◆ UsePasswordAuthentication()

void IEC61850.Client.IsoConnectionParameters.UsePasswordAuthentication ( string  password)

Instruct ACSE layer to use password authentication.

Parameters
passwordPassword that will be used to authenticate the client

The documentation for this class was generated from the following file: