DlmsFrameParse_ConfirmedServiceError(ByteBuffer, Int32, String) Method

Parses confirmedServiceError APDU which can be returned by a meter.

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 bool Parse_ConfirmedServiceError(
	ByteBuffer rawData,
	ref int index,
	out string errorMessage
)

Parameters

rawData  ByteBuffer
index  Int32
errorMessage  String
If method returned true, parsed error message. Empty string if method returned false.

Return Value

Boolean
Returns true if rawData contains confirmedServiceError APDU, otherwise false.

Remarks

Abstract syntax of ConfirmedServiceError see GB page 300.

See Also