C# Class DNP3.Interface.AppConfig

Afficher le fichier Open project: sentient-energy/emsw-opendnp3-mirror Class Usage Examples

Méthodes publiques

Свойство Type Description
fragSize System.Int32
numRetry System.Int32
rspTimeout System.Int64

Méthodes publiques

Méthode Description
AppConfig ( ) : System
AppConfig ( System rspTimeout, System numRetry, System fragSize ) : System

Method Details

AppConfig() public méthode

public AppConfig ( ) : System
Résultat System

AppConfig() public méthode

public AppConfig ( System rspTimeout, System numRetry, System fragSize ) : System
rspTimeout System
numRetry System
fragSize System
Résultat System

Property Details

fragSize public_oe property

The maximum size of received application layer fragments
public Int32,System fragSize
Résultat System.Int32

numRetry public_oe property

Number of retries performed for applicable frames
public Int32,System numRetry
Résultat System.Int32

rspTimeout public_oe property

The response/confirm timeout in millisec
public Int64,System rspTimeout
Résultat System.Int64