BACnet.Examples icon indicating copy to clipboard operation
BACnet.Examples copied to clipboard

Examples how to use System.IO.BACnet

Results 7 BACnet.Examples issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I am trying to send to server "ReadPropertyMultiple" request, however I am unable to read non-array BACNet properties, since the System.IO.BACnet.BacnetClient.ReadPropertyMultipleRequest requires list of System.IO.BACnet.BacnetPropertyReference(s) ... ` public bool ReadPropertyMultipleRequest(BacnetAddress...

Hello, the examples are containing an Alarm Listener, but I have nothing found, how I could write an Alarm Sender. Or how I must answer of an OnGetAlarmSummaryOrEventRequest Please could...

Hello @gralin , I am trying to setup exception schedule as per **week schedule** setup in this example, schedule object get added successfully in virtual device, but defined exception schedule...

Is that possible deploying RaspberrySample on Raspberry running Windows IoT OS instead of using Mono ?

Hi, I am trying to use the source code for discovering the network and I want to use `WhoIsRouterToNetwork` request but I don't find any reference to it in the...