C# Class BACnet.Client.DeviceFinderOptions

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

Méthodes publiques

Méthode Description
Clone ( ) : DeviceFinderOptions

Creates an identical copy of this options instance

Create ( ) : IProcess

Creates the device finder process

DeviceFinderOptions ( ) : System

Creates a new device finder options instance

Method Details

Clone() public méthode

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

Create() public méthode

Creates the device finder process
public Create ( ) : IProcess
Résultat IProcess

DeviceFinderOptions() public méthode

Creates a new device finder options instance
public DeviceFinderOptions ( ) : System
Résultat System