I have a question, could you please help me?
I want to know how to encode blank data with RSSL_DT_UINT DataType in FieldEntry.
I try to do it like this: fieldEntry.fieldID = 3263; fieldEntry.dataType = RSSL_DT_UINT; rsslEncodeFieldEntry(&encIter, &fieldEntry, NULL);
But I can’t get the expected result.
Could you provide me more details about it? Thanks very much.