HdlcParametersParseNegotiationResponse Method

Parses meter response on SRNM frame into HDLC parameters. If output parameters were not found in rawData, default values will be set.

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public static void ParseNegotiationResponse(
	ByteBuffer rawData,
	out ushort informationSizeTx,
	out ushort informationSizeRx,
	out uint windowSizeTx,
	out uint windowSizeRx
)

Parameters

rawData  ByteBuffer
informationSizeTx  UInt16
informationSizeRx  UInt16
windowSizeTx  UInt32
windowSizeRx  UInt32

See Also