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

Defines the database layout for an outstation
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
analogs List
binaries List
controlStatii List
controls List
counters List
setpointStatii List
setpoints List

Открытые методы

Метод Описание
DeviceTemplate ( ) : System
DeviceTemplate ( System numBinary, System numAnalog, System numCounter, System numControlStatus, System numSetpointStatus, System numControls, System numSetpoints ) : System

Описание методов

DeviceTemplate() публичный Метод

public DeviceTemplate ( ) : System
Результат System

DeviceTemplate() публичный Метод

public DeviceTemplate ( System numBinary, System numAnalog, System numCounter, System numControlStatus, System numSetpointStatus, System numControls, System numSetpoints ) : System
numBinary System
numAnalog System
numCounter System
numControlStatus System
numSetpointStatus System
numControls System
numSetpoints System
Результат System

Описание свойств

analogs публичное свойство

public List analogs
Результат List

binaries публичное свойство

public List binaries
Результат List

controlStatii публичное свойство

public List controlStatii
Результат List

controls публичное свойство

public List controls
Результат List

counters публичное свойство

public List counters
Результат List

setpointStatii публичное свойство

public List setpointStatii
Результат List

setpoints публичное свойство

public List setpoints
Результат List