C# 클래스 BACnet.IP.ForeignDevicePortOptions

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

공개 메소드들

메소드 설명
Clone ( ) : ForeignDevicePortOptions

Creates an identical copy of this options instance

Create ( ) : IProcess

Creates a new foreign device port process using these options

ForeignDevicePortOptions ( ) : System

Constructs a new foreign device port options instance

메소드 상세

Clone() 공개 메소드

Creates an identical copy of this options instance
public Clone ( ) : ForeignDevicePortOptions
리턴 ForeignDevicePortOptions

Create() 공개 메소드

Creates a new foreign device port process using these options
public Create ( ) : IProcess
리턴 IProcess

ForeignDevicePortOptions() 공개 메소드

Constructs a new foreign device port options instance
public ForeignDevicePortOptions ( ) : System
리턴 System