DlmsFrameParse_AARE Method

Parses AARE response and returns confirmed parameters. Parsing begins at position index in rawData. This method also updates ServerSysTitle, StoC and MeterSigningCertificate in dataSecurity.Settings.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public static void Parse_AARE(
	ByteBuffer rawData,
	ref int index,
	DlmsApplicationNameContextId requestedContextId,
	DlmsDataSecurity dataSecurity,
	out DlmsParameters negotiatedParameters,
	out ByteBuffer serverSystemTitle,
	out string sToC,
	out ByteBuffer signingCertificate
)

Parameters

rawData  ByteBuffer
index  Int32
requestedContextId  DlmsApplicationNameContextId
dataSecurity  DlmsDataSecurity
negotiatedParameters  DlmsParameters
If the parameters are not contained in the frame, null is returned.
serverSystemTitle  ByteBuffer
sToC  String
signingCertificate  ByteBuffer
Meter signing certificate if it was requested.

See Also