lib60870.NET
2.2.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 More... | |
int | TimeoutForACK [get, set] |
Gets or sets the timeout for message ACK More... | |
long | TimeoutRepeat [get, set] |
Gets or sets the timeout for message repetition in case of missing ACK messages More... | |
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 More... | |
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 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
.