question

Upvotes
Accepted
301 6 17 27

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
588 8 13 16

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea