DlmsPartialParsingInfo Class
Object to maintain information used for partial parsing while long block data transfer running.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public class DlmsPartialParsingInfo
- Inheritance
- Object DlmsPartialParsingInfo
BeginParseData | |
NextDataParsed |
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.
|