You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are there any restriction about the number of datareader in one session ?
when the datareader_req variables exceeds 6, function returned FF value after sixth vars.
uint16_t datareader_req = uxr_buffer_create_datareader_xml(&session, reliable_out, datareader_id, subscriber_id, datareader_xml, UXR_REPLACE);
#define UXR_STATUS_NONE 0xFF //Never sent or received. It is used for managing an unknown status
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
are there any restriction about the number of datareader in one session ?
when the datareader_req variables exceeds 6, function returned FF value after sixth vars.
uint16_t datareader_req = uxr_buffer_create_datareader_xml(&session, reliable_out, datareader_id, subscriber_id, datareader_xml, UXR_REPLACE);
#define UXR_STATUS_NONE 0xFF //Never sent or received. It is used for managing an unknown status
Beta Was this translation helpful? Give feedback.
All reactions