C# Class BACnet.Client.NetworkDatabaseOptions

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

Méthodes publiques

Méthode Description
Clone ( ) : NetworkDatabaseOptions

Creates an identical copy of this network database options instance

Create ( ) : IProcess

Creates a new network database process using these options

NetworkDatabaseOptions ( ) : System

Constructs a new network database options instance

Method Details

Clone() public méthode

Creates an identical copy of this network database options instance
public Clone ( ) : NetworkDatabaseOptions
Résultat NetworkDatabaseOptions

Create() public méthode

Creates a new network database process using these options
public Create ( ) : IProcess
Résultat IProcess

NetworkDatabaseOptions() public méthode

Constructs a new network database options instance
public NetworkDatabaseOptions ( ) : System
Résultat System