Closed Marwen09 closed 3 years ago
Hi. For some reason the original author didn't include option of providing MSTP address using this constructor. I suggest you use the other one like this:
var address = new BacnetAddress(BacnetAddressTypes.MSTP, network: 0, address: new byte[] { 1 });
Hello I tried to create a bacnetAdress with MSTP protocol but there are bacnetAdress only for IP and Ethernet , any idea? public BacnetAddress(BacnetAddressTypes addressType, string address = null, ushort network = 0) : this(addressType, network) { if (address == null) return;