C# 클래스 Opc.Ua.Client.Controls.ConfiguredServerDlg.StatusObject

This class merges multiple error/warning/status codes from multiple sources. Initialize it with the number of status channels and update "StatusChannel" accordingly. Provides a general view of all the statuses (joined texts, worst status).
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
ClearStatus ( StatusChannel channel ) : void
SetStatus ( StatusChannel channel, String text, StatusType type ) : void
StatusObject ( int maxChannels ) : System

메소드 상세

ClearStatus() 공개 메소드

public ClearStatus ( StatusChannel channel ) : void
channel StatusChannel
리턴 void

SetStatus() 공개 메소드

public SetStatus ( StatusChannel channel, String text, StatusType type ) : void
channel StatusChannel
text String
type StatusType
리턴 void

StatusObject() 공개 메소드

public StatusObject ( int maxChannels ) : System
maxChannels int
리턴 System