question

Upvotes
Accepted
301 13 33 38

Encode blank data with RSSL_DT_UINT DataType in FieldEntry

How to encode blank data with RSSL_DT_UINT DataType in FieldEntry? Tried this: fieldEntry.fieldID = 3263; fieldEntry.dataType = RSSL_DT_UINT; rsslEncodeFieldEntry(&encIter, &fieldEntry, NULL);

elektronelektron-sdkrrteta-apielektron-transport-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
588 14 20 19

Looks like the part you are missing in your code is ensuring that the fieldEntry.encData.length is 0 and fieldEntry.encData.data is NULL.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.