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.
How to use AmbiguousValue?
-
Hi,
first i like to say thanks for the great bacnet4j stack, i'm very happy that someone did the
job and implemented an open source stack in java.
So i'm beginning with the bacnet4j stack and have a question about the AmbiguousValue type.
Is it correct that it is the representation of the BACnet ANY type?
How do i use it? Some objects properties require an AmbiguousValue type but i haven't managed
to create an instance of this. I managed to get values and convert them to Real, ... but how
do i convert a Real to an AmbiguousValue?I'm new to java and bacnet4j, so please don't be too hard :)
Regards