Hi,
I am looking at the RIC LP62009689. Its DSPLY_NMLL field is a RMTES_STRING and its OMMDataBuffer.hasPartialUpdates() returns true. When I tried to iterate its partial updates, I got the following result:
(1) Horizontal offset -1, Data 0xEF 0xBE 0x86 0xEF 0xBD 0xAF 0xEF 0xBD 0xBE 0xEF 0xBD 0xB2 0x20 0xE5 0xA4 0x96 0xE5
(2) Horizontal offset 0, Data 0x20 0xE8 0xB3 0xBC 0xE5 0x85 0xA5
The RFA JavaDoc says offset -1 means "full buffer", then how come there is a second partial update whose offset is 0?
Do anyone has any idea how to interpret the result?
Regards,
CM