C# Class 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).
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
ClearStatus ( StatusChannel channel ) : void
SetStatus ( StatusChannel channel, String text, StatusType type ) : void
StatusObject ( int maxChannels ) : System

Method Details

ClearStatus() public méthode

public ClearStatus ( StatusChannel channel ) : void
channel StatusChannel
Résultat void

SetStatus() public méthode

public SetStatus ( StatusChannel channel, String text, StatusType type ) : void
channel StatusChannel
text String
type StatusType
Résultat void

StatusObject() public méthode

public StatusObject ( int maxChannels ) : System
maxChannels int
Résultat System