C# Class DNP3.Interface.EventMaxConfig

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

Méthodes publiques

Свойство Type Description
maxAnalogEvents System.UInt32
maxBinaryEvents System.UInt32
maxCounterEvents System.UInt32

Méthodes publiques

Méthode Description
EventMaxConfig ( ) : System
EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System

Method Details

EventMaxConfig() public méthode

public EventMaxConfig ( ) : System
Résultat System

EventMaxConfig() public méthode

public EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System
maxBinaryEvents System
maxAnalogEvents System
maxCounterEvents System
Résultat System

Property Details

maxAnalogEvents public_oe property

The number of analog events the slave will buffer before overflowing
public UInt32,System maxAnalogEvents
Résultat System.UInt32

maxBinaryEvents public_oe property

The number of binary events the slave will buffer before overflowing */
public UInt32,System maxBinaryEvents
Résultat System.UInt32

maxCounterEvents public_oe property

The number of counter events the slave will buffer before overflowing
public UInt32,System maxCounterEvents
Résultat System.UInt32