While creating view, We observed that with intValue it is working as expected. for example.
array.add(EmaFactory.createOmmArrayEntry().intValue(70));
but when we use ascii value, the payload is full IMAGE message. Is there a feasibility in EMA to retrieve only the single FID in payload by passing name like :-
array.add(EmaFactory.createOmmArrayEntry().ascii("SETTLE"));
Please advise!
Note that view type for integer is
view.add(EmaFactory.createElementEntry().uintValue(EmaRdm.ENAME_VIEW_TYPE, 1));
and for Name is shared as
view.add(EmaFactory.createElementEntry().uintValue(EmaRdm.ENAME_VIEW_TYPE, 2));
ViewType --> 2 resulting in --> state="Open / Ok / Unsupported view type / 'All is well'"
Please let us know if we are missing something here.
@nick.zincone, @umer.nalla, Can you please advise here?