DlmsPartialParsingInfoNextDataParsed Method

Called by DlmsFrame method when new value is parsed. If onDataParsed throws an exception, this method throws DlmsException with the same message. If it would not do that, exception could be unhndled, because only DlmsException is expectud during parsing.

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 void NextDataParsed(
	DlmsType data
)

Parameters

data  DlmsType

See Also