C# Class BACnet.Client.DeviceFinderOptions

Inheritance: IProcessOptions
Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method 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 method

Creates an identical copy of this options instance
public Clone ( ) : DeviceFinderOptions
return DeviceFinderOptions

Create() public method

Creates the device finder process
public Create ( ) : IProcess
return IProcess

DeviceFinderOptions() public method

Creates a new device finder options instance
public DeviceFinderOptions ( ) : System
return System