Menu

#37 Revert some changes from revision 2870 that make imposible to read Object List property

v0.8.3
closed
None
1
2016-03-17
2015-10-15
No

changes made in revison 2870 make it impossible to read number of objects. This should be revert:

@@ -1442,7 +1444,7 @@
break;
}
/ only array properties can have array options /

  • if ((apdu_len >= 0) && (rpdata->object_property != PROP_OBJECT_LIST) &&
  • if ((apdu_len >= 0) &&
    (rpdata->array_index != BACNET_ARRAY_ALL)) {
    rpdata->error_class = ERROR_CLASS_PROPERTY;
    rpdata->error_code = ERROR_CODE_PROPERTY_IS_NOT_AN_ARRAY;

Discussion

  • Steve Karg

    Steve Karg - 2015-10-15
    • status: open --> closed
    • assigned_to: Steve Karg
     
  • Steve Karg

    Steve Karg - 2015-10-15

    Thank you for noticing the problem!
    Fixed in revision: 2875

     

Anonymous
Anonymous

Add attachments
Cancel