示例#1
0
        /// <summary>
        /// Read Profile Generic Columns by range.
        /// </summary>
        public object[] ReadRowsByRange(GXDLMSProfileGeneric it, DateTime start, DateTime end)
        {
            GXReplyData reply = new GXReplyData();

            ReadDataBlock(Client.ReadRowsByRange(it, start, end), reply);
            return((object[])Client.UpdateValue(it, 2, reply.Value));
        }