C# Class BACnet.Core.Datalink.PortManagerOptions

Inheritance: IProcessOptions
Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Clone ( ) : PortManagerOptions

Creates an identical copy of this port manager options instance

Create ( ) : IProcess

Creates a new port manager process using these options

PortManagerOptions ( ) : System

Constructs a new port manager options instance

Method Details

Clone() public method

Creates an identical copy of this port manager options instance
public Clone ( ) : PortManagerOptions
return PortManagerOptions

Create() public method

Creates a new port manager process using these options
public Create ( ) : IProcess
return IProcess

PortManagerOptions() public method

Constructs a new port manager options instance
public PortManagerOptions ( ) : System
return System