C# Class DNP3.Interface.EventMaxConfig

Datei anzeigen Open project: sentient-energy/emsw-opendnp3-mirror Class Usage Examples

Public Properties

Property Type Description
maxAnalogEvents System.UInt32
maxBinaryEvents System.UInt32
maxCounterEvents System.UInt32

Public Methods

Method Description
EventMaxConfig ( ) : System
EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System

Method Details

EventMaxConfig() public method

public EventMaxConfig ( ) : System
return System

EventMaxConfig() public method

public EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System
maxBinaryEvents System
maxAnalogEvents System
maxCounterEvents System
return System

Property Details

maxAnalogEvents public_oe property

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

maxBinaryEvents public_oe property

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

maxCounterEvents public_oe property

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