C# 클래스 DNP3.Interface.EventMaxConfig

파일 보기 프로젝트 열기: sentient-energy/emsw-opendnp3-mirror 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
maxAnalogEvents System.UInt32
maxBinaryEvents System.UInt32
maxCounterEvents System.UInt32

공개 메소드들

메소드 설명
EventMaxConfig ( ) : System
EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System

메소드 상세

EventMaxConfig() 공개 메소드

public EventMaxConfig ( ) : System
리턴 System

EventMaxConfig() 공개 메소드

public EventMaxConfig ( System maxBinaryEvents, System maxAnalogEvents, System maxCounterEvents ) : System
maxBinaryEvents System
maxAnalogEvents System
maxCounterEvents System
리턴 System

프로퍼티 상세

maxAnalogEvents 공개적으로 프로퍼티

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

maxBinaryEvents 공개적으로 프로퍼티

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

maxCounterEvents 공개적으로 프로퍼티

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