Exemple #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="PSEM">Protocol obj used to identify the meter</param>
        /// Revision History
        /// MM/DD/YY who Version Issue# Description
        /// -------- --- ------- ------ ---------------------------------------
        /// 05/22/06 mrj 7.30.00 N/A    Created
        ///
        public CENTRON_POLY(CPSEM PSEM)
            : base(PSEM)
        {
            //Use the Centron LIDs
            m_LID = new CentronPolyDefinedLIDs();

            //Get the resource manager
            m_rmStrings = new ResourceManager(RESOURCE_FILE_PROJECT_STRINGS, this.GetType().Assembly);
        }
Exemple #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="ceComm"></param>
        /// Revision History
        /// MM/DD/YY who Version Issue# Description
        /// -------- --- ------- ------ ---------------------------------------
        /// 05/22/06 mrj 7.30.00 N/A    Created
        ///
        public CENTRON_POLY(Itron.Metering.Communications.ICommunications ceComm)
            : base(ceComm)
        {
            //Use the Centron LIDs
            m_LID = new CentronPolyDefinedLIDs();

            //Get the resource manager
            m_rmStrings = new ResourceManager(RESOURCE_FILE_PROJECT_STRINGS, this.GetType().Assembly);
        }
Exemple #3
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="PSEM">Protocol obj used to identify the meter</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 03/25/09 RCG 2.20.00 N/A    Created

        public OpenWayBasicPoly(CPSEM PSEM)
            : base(PSEM)
        {
            m_LID = new CentronPolyDefinedLIDs();
        }
Exemple #4
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="ceComm"></param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 03/25/09 RCG 2.20.00 N/A    Created

        public OpenWayBasicPoly(Itron.Metering.Communications.ICommunications ceComm)
            : base(ceComm)
        {
            m_LID = new CentronPolyDefinedLIDs();
        }