C# 클래스 DNP3.Interface.MasterConfig

파일 보기 프로젝트 열기: sentient-energy/emsw-opendnp3-mirror 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowTimeSync System.Boolean
doUnsolOnStartup System.Boolean
enableUnsol System.Boolean
fragSize System.Int32
integrityRate System.Int64
scans List
taskRetryRate System.Int64
unsolClassMask System.Int32

공개 메소드들

메소드 설명
AddExceptionScan ( System classMask, System period ) : void

MasterConfig ( ) : System

메소드 상세

AddExceptionScan() 공개 메소드

public AddExceptionScan ( System classMask, System period ) : void
classMask System
period System
리턴 void

MasterConfig() 공개 메소드

public MasterConfig ( ) : System
리턴 System

프로퍼티 상세

allowTimeSync 공개적으로 프로퍼티

If true, the master will do time syncs when it sees the time IIN bit from the slave
public Boolean,System allowTimeSync
리턴 System.Boolean

doUnsolOnStartup 공개적으로 프로퍼티

If true, the master will enable/disable unsol on startup
public Boolean,System doUnsolOnStartup
리턴 System.Boolean

enableUnsol 공개적으로 프로퍼티

If DoUnsolOnStartup == true, the master will use this bit to decide wether to enable (true) or disable (false)
public Boolean,System enableUnsol
리턴 System.Boolean

fragSize 공개적으로 프로퍼티

Maximum fragment size to use for requests
public Int32,System fragSize
리턴 System.Int32

integrityRate 공개적으로 프로퍼티

Period for integrity scans (class 0), -1 for non periodic
public Int64,System integrityRate
리턴 System.Int64

scans 공개적으로 프로퍼티

vector that holds exception scans
public List scans
리턴 List

taskRetryRate 공개적으로 프로퍼티

Time delay between task retries
public Int64,System taskRetryRate
리턴 System.Int64

unsolClassMask 공개적으로 프로퍼티

Bitwise mask used determine which classes are enabled/disabled for unsol
public Int32,System unsolClassMask
리턴 System.Int32