Exemplo n.º 1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public GXManufacturer()
 {
     StartProtocol  = StartProtocolType.IEC;
     ObisCodes      = new GXObisCodeCollection();
     Settings       = new List <GXAuthentication>();
     ServerSettings = new List <GXServerAddress>();
 }
Exemplo n.º 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;
 }