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

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

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

Свойство Тип Описание
isMaster bool
localAddr System.UInt16
numRetry System.UInt32
remoteAddr System.UInt16
timeout System.UInt64
useConfirms bool

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

Метод Описание
LinkConfig ( ) : System
LinkConfig ( bool isMaster, bool useConfirms ) : System
LinkConfig ( bool isMaster, bool useConfirms, System numRetry, System localAddr, System remoteAddr, System timeout ) : System

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

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

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

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

public LinkConfig ( bool isMaster, bool useConfirms ) : System
isMaster bool
useConfirms bool
Результат System

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

public LinkConfig ( bool isMaster, bool useConfirms, System numRetry, System localAddr, System remoteAddr, System timeout ) : System
isMaster bool
useConfirms bool
numRetry System
localAddr System
remoteAddr System
timeout System
Результат System

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

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

The master/slave bit set on all messages
public bool isMaster
Результат bool

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

dnp3 address of the local device
public UInt16,System localAddr
Результат System.UInt16

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

The number of retry attempts the link will attempt after the initial try
public UInt32,System numRetry
Результат System.UInt32

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

dnp3 address of the remote device
public UInt16,System remoteAddr
Результат System.UInt16

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

the response timeout in milliseconds for confirmed requests
public UInt64,System timeout
Результат System.UInt64

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

If true, the link layer will send data requesting confirmation
public bool useConfirms
Результат bool