Opc.Ua.Server.AggregateCalculator.GetNoDataValue C# (CSharp) Метод

GetNoDataValue() защищенный Метод

Return a value indicating there is no data in the time slice.
protected GetNoDataValue ( System.DateTime timestamp ) : DataValue
timestamp System.DateTime
Результат DataValue
        protected DataValue GetNoDataValue(DateTime timestamp)
        {
            return new DataValue(Variant.Null, StatusCodes.BadNoData, timestamp, timestamp);
        }

Same methods

AggregateCalculator::GetNoDataValue ( Opc.Ua.Server.TimeSlice slice ) : DataValue