jreisman

Results 1 comments of jreisman

I ran into the same problem when trying to use ReadPropertyMultipleRequest() and found that I had to change my BacnetPropertyReference from: `new BacnetPropertyReference((uint) BacnetPropertyIds.PROP_PRESENT_VALUE, 0);` To: `new BacnetPropertyReference((uint) BacnetPropertyIds.PROP_PRESENT_VALUE, System.IO.BACnet.Serialize.ASN1.BACNET_ARRAY_ALL);`...