DlmsFrameParse_GetResponse Method

Overload List

Parse_GetResponse(ByteBuffer, Byte, DlmsDataResult, UInt32) Parses DLMS GET response and returns attribute values. Parsing begins at the beginning of rawData.
Parse_GetResponse(ByteBuffer, Int32, Byte, DlmsDataResult, UInt32) Parses DLMS GET response 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_GetRequestNext method. Parsing begins at position index in rawData.

See Also