System.IO.BACnet.BacnetEthernetProtocolTransport.BacnetEthernetProtocolTransport C# (CSharp) Method

BacnetEthernetProtocolTransport() public method

public BacnetEthernetProtocolTransport ( string FriendlydeviceName ) : System
FriendlydeviceName string Something like "Local Lan 1", "Wireless network", ...
return System
        public BacnetEthernetProtocolTransport(string FriendlydeviceName)
        {
            this.deviceName = FriendlydeviceName;
        }