HdlcParametersCreateNegotiationRequest(UInt16, UInt16, UInt32, UInt32) Method
Create data of SRNM frame that allows HDLC parameter negotiation. See GB 8.4.5.3.2.
Namespace: OddPrg.Protocols.HdlcAssembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
public static ByteBuffer CreateNegotiationRequest(
ushort informationSizeTx,
ushort informationSizeRx,
uint windowSizeTx,
uint windowSizeRx
)
- informationSizeTx UInt16
- informationSizeRx UInt16
- windowSizeTx UInt32
- windowSizeRx UInt32
ByteBuffer