C# Класс DNP3.Interface.MasterConfig

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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