/// <summary>
 /// Constructor.
 /// </summary>
 public GXManufacturer()
 {
     StartProtocol  = StartProtocolType.IEC;
     ObisCodes      = new GXObisCodeCollection();
     Settings       = new List <GXAuthentication>();
     ServerSettings = new List <GXServerAddress>();
 }
Exemple #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public GXManufacturer()
 {
     InactivityMode    = InactivityMode.KeepAlive;
     StartProtocol     = StartProtocolType.IEC;
     ObisCodes         = new GXObisCodeCollection();
     Settings          = new List <GXAuthentication>();
     ServerSettings    = new List <GXServerAddress>();
     KeepAliveInterval = 40000;
 }