Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
EventParameter subclasses missing getters?
-
I am reading some EventEnrollment objects from a remote device and I noticed there weren't any getter functions for the OutOfRange class. Looking further, I found that all the classes in com.serotonin.bacnet4j.type.eventParameter lacked getter functions, so I'm wondering are the getter functions are missing from the various classes for a particular reason, or is there another way I should be doing it?
-
No, just an oversight. I've added the getters and checked the code into CVS.
-
Thanks Matt :D