Opc.Ua.Server.ServerInternalData.OnReadDiagnosticsEnabledFlag C# (CSharp) Méthode

OnReadDiagnosticsEnabledFlag() private méthode

Returns a copy of the server array.
private OnReadDiagnosticsEnabledFlag ( ISystemContext context, NodeState node, object &value ) : ServiceResult
context ISystemContext
node NodeState
value object
Résultat ServiceResult
        private ServiceResult OnReadDiagnosticsEnabledFlag(
            ISystemContext context,
            NodeState node,
            ref object value)
        {
            value = m_diagnosticsNodeManager.DiagnosticsEnabled;
            return ServiceResult.Good;
        }