HdlcParameters Class
Parameters used in HDLC communication
Namespace: OddPrg.Protocols.HdlcAssembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
public class HdlcParameters
- Inheritance
- Object HdlcParameters
InformationSizeRx |
Maximal size of bytes in one packet that the client can receive (or a meter can send). It is initialized by HDLCInformationSizeRx parameter
in openChannel and corrected after meters association.
|
InformationSizeTx |
Maximal size of bytes in one packet that the client can send (or a meter can receive). It is initialized by HDLCInformationSizeTx parameter
in openChannel and corrected after meters association.
|
WindowSizeRx |
Maximal count of packets that can be received by the client (or meter can send) without waiting for clients acknowledgement. It is initialized
by HDLCInformationSizeTx parameter in openChannel and corrected after meters association.
|
WindowSizeTx |
Maximal count of packets that can be sent by the client (or meter can receive) without waiting for meters acknowledgement. It is initialized
by HDLCInformationSizeRx parameter in openChannel and corrected after meters association.
|