DlmsFrameParse_ReadResponse Method

Overload List

Parse_ReadResponse(ByteBuffer, DlmsDataResult, UInt16) Parses read response from the beginning of rawData.
Parse_ReadResponse(ByteBuffer, Int32, DlmsDataResult, UInt16) Parses DLMS ReadResponse and returns attribute values. If this method returned false, the response is not complete and it is needed to request further data blocks. It can be done by sending request composed by Create_ReadRequestNext method. Parsing starts at position index in rawData.

See Also