lib60870.NET  2.2.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
lib60870.CS104.APCIParameters Class Reference

Parameters for the CS 104 APCI (Application Protocol Control Information) More...

Public Member Functions

APCIParameters Clone ()
 

Properties

int K [get, set]
 number of unconfirmed APDUs in I format (range: 1 .. 32767 (2^15 - 1) - sender will stop transmission after k unconfirmed I messages More...
 
int W [get, set]
 number of unconfirmed APDUs in I format (range: 1 .. 32767 (2^15 - 1) - receiver will confirm latest after w messages More...
 
int T0 [get, set]
 Timeout for connection establishment (in s) More...
 
int T1 [get, set]
 timeout for transmitted APDUs in I/U format (in s) when timeout elapsed without confirmation the connection will be closed More...
 
int T2 [get, set]
 timeout to confirm messages (in s) More...
 
int T3 [get, set]
 time until sending test telegrams in case of idle connection More...
 

Detailed Description

Parameters for the CS 104 APCI (Application Protocol Control Information)

Property Documentation

◆ K

int lib60870.CS104.APCIParameters.K
getset

number of unconfirmed APDUs in I format (range: 1 .. 32767 (2^15 - 1) - sender will stop transmission after k unconfirmed I messages

◆ T0

int lib60870.CS104.APCIParameters.T0
getset

Timeout for connection establishment (in s)

timeout t0

◆ T1

int lib60870.CS104.APCIParameters.T1
getset

timeout for transmitted APDUs in I/U format (in s) when timeout elapsed without confirmation the connection will be closed

timeout t1

◆ T2

int lib60870.CS104.APCIParameters.T2
getset

timeout to confirm messages (in s)

timeout t2

◆ T3

int lib60870.CS104.APCIParameters.T3
getset

time until sending test telegrams in case of idle connection

timeout t3

◆ W

int lib60870.CS104.APCIParameters.W
getset

number of unconfirmed APDUs in I format (range: 1 .. 32767 (2^15 - 1) - receiver will confirm latest after w messages


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