I'm trying to decrypt a Compact Frame received as push (Wrapped) but when I use client.GetData(trama, rd, new GXReplyData()), it returns always false.
I'm seeing in "ret = GXDLMS.GetData(Settings, reply, data, notify, this);" it returns the decrypted frame in "notify" argument (frame decrypted is correctly) but "data" argument is empty and then return false.
Hi,
Hi,
If it's a push message return value is always false. You need to check from notify if there is a data.
If you have problems can you post the push-message here, so I can check it also?
BR,
Mikko
Hi Mikko,
Hi Mikko,
thanks for the response. I see the correct decrypted frame in notify but, as you say, it return false.
Why does it return always false with CF?
Thanks a lot.
Hi,
Hi,
True is returned if received data is the reply for sent request.
BR,
Mikko