BACnet.Core.Datalink.PortManagerOptions.Create C# (CSharp) Méthode

Create() public méthode

Creates a new port manager process using these options
public Create ( ) : IProcess
Résultat IProcess
        public IProcess Create()
        {
            return new PortManager(this);
        }