lib60870.NET 2.3.0
IEC 60870-5-101/104 Protocol Source Code Library for C#/.NET
|
Link layer specific parameters. More...
Properties | |
int | AddressLength [get, set] |
Gets or sets the length of the link layer address field. | |
int | TimeoutForACK [get, set] |
Gets or sets the timeout for message ACK. | |
long | TimeoutRepeat [get, set] |
Gets or sets the timeout for message repetition in case of missing ACK messages. | |
bool | UseSingleCharACK [get, set] |
Gets or sets a value indicating whether the secondary link layer uses single character ACK instead of FC 0 or FC 9. | |
int | TimeoutLinkState [get, set] |
Gets or sets the interval to repeat request status of link (FC=9) after response timeout. | |
Link layer specific parameters.
|
getset |
Gets or sets the length of the link layer address field.
The value can be either 0, 1, or 2 for balanced mode or 0, or 1 for unbalanced mode
The length of the address in byte
|
getset |
Gets or sets the timeout for message ACK.
The timeout to wait for message ACK in ms
|
getset |
Gets or sets the interval to repeat request status of link (FC=9) after response timeout.
the timeout value in ms
|
getset |
Gets or sets the timeout for message repetition in case of missing ACK messages.
The timeout for message repetition in ms
|
getset |
Gets or sets a value indicating whether the secondary link layer uses single character ACK instead of FC 0 or FC 9.
true
if use single char ACK; otherwise, false
.