IEC 61850 .NET API  1.2.0
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 (UInt32 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 (UInt32 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...
 

Package Functions

 IsoConnectionParameters (IntPtr self)
 

Detailed Description

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

Member Function Documentation

void IEC61850.Client.IsoConnectionParameters.SetLocalAddresses ( UInt32  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
void IEC61850.Client.IsoConnectionParameters.SetLocalApTitle ( string  apTitle,
int  aeQualifier 
)

Sets the local ap title related parameters

Parameters
apTitlelocal AP title.
aeQualifierlocal AE qualifier.
void IEC61850.Client.IsoConnectionParameters.SetRemoteAddresses ( UInt32  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
void IEC61850.Client.IsoConnectionParameters.SetRemoteApTitle ( string  apTitle,
int  aeQualifier 
)

Sets the remote ap title related parameters

Parameters
apTitleremote AP title.
aeQualifierremote AE qualifier.
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: