Exemplo n.º 1
0
        public override OPCGroup.OPCGroupStatisticsInternal GetGroupStatistics(uint Identifier)
        {
            OPCGroup stats = OPCGroup.GroupList[Identifier];

            stats.UpdateInternals();
            return(stats.StatisticsInternal);
        }