C# Class BACnet.Ethernet.EthernetPortOptions

Inheritance: IProcessOptions
Mostrar archivo Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Clone ( ) : EthernetPortOptions

Creates an identical copy of the ethernet port options

Create ( ) : IProcess

Creates an ethernet port from this port options instance

EthernetPortOptions ( ) : System

Creates a new ethernet port options instance

Method Details

Clone() public method

Creates an identical copy of the ethernet port options
public Clone ( ) : EthernetPortOptions
return EthernetPortOptions

Create() public method

Creates an ethernet port from this port options instance
public Create ( ) : IProcess
return IProcess

EthernetPortOptions() public method

Creates a new ethernet port options instance
public EthernetPortOptions ( ) : System
return System