C# Class BACnet.Core.Network.RouterOptions

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

Méthodes publiques

Méthode Description
Clone ( ) : RouterOptions

Creates an identical copy of this config object

Create ( ) : IProcess

Constructs a new router using these options

RouterOptions ( ) : System

Constructs a new router options instance

Method Details

Clone() public méthode

Creates an identical copy of this config object
public Clone ( ) : RouterOptions
Résultat RouterOptions

Create() public méthode

Constructs a new router using these options
public Create ( ) : IProcess
Résultat IProcess

RouterOptions() public méthode

Constructs a new router options instance
public RouterOptions ( ) : System
Résultat System