C# Class BACnet.Ethernet.EthernetPortOptions

Inheritance: IProcessOptions
Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates an identical copy of the ethernet port options
public Clone ( ) : EthernetPortOptions
Résultat EthernetPortOptions

Create() public méthode

Creates an ethernet port from this port options instance
public Create ( ) : IProcess
Résultat IProcess

EthernetPortOptions() public méthode

Creates a new ethernet port options instance
public EthernetPortOptions ( ) : System
Résultat System