C# 클래스 Opc.Ua.NonExclusiveLimitAlarmState

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void

Sets the limit state of the condition.

비공개 메소드들

메소드 설명
UpdateState ( TwoStateVariableState limit, bool active ) : void

Updates the state.

메소드 상세

SetLimitState() 공개 메소드

Sets the limit state of the condition.
public SetLimitState ( ISystemContext context, LimitAlarmStates limit ) : void
context ISystemContext The system context.
limit LimitAlarmStates The bit masks specifying the current state.
리턴 void