C# 클래스 BACnet.Core.Network.RouterOptions

상속: IProcessOptions
파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

Creates an identical copy of this config object
public Clone ( ) : RouterOptions
리턴 RouterOptions

Create() 공개 메소드

Constructs a new router using these options
public Create ( ) : IProcess
리턴 IProcess

RouterOptions() 공개 메소드

Constructs a new router options instance
public RouterOptions ( ) : System
리턴 System