Пример #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 CENTRON2_MONO(CPSEM PSEM)
     : base(PSEM)
 {
     //Use the Centron LIDs
     m_LID = new CentronMonoDefinedLIDs();
 }
Пример #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_MONO(Itron.Metering.Communications.ICommunications ceComm)
     : base(ceComm)
 {
     //Use the Centron LIDs
     m_LID = new CentronMonoDefinedLIDs();
 }