BACnet.Core.Datalink.InboundNetgram.InboundNetgram C# (CSharp) Method

InboundNetgram() public method

Constructs a new netram instance
public InboundNetgram ( IPort port ) : System
port IPort The port containing the netgram
return System
        public InboundNetgram(IPort port)
        {
            this.Port = port;
        }
InboundNetgram