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