예제 #1
0
 /// <summary> 
 /// Constructor.
 /// </summary> 
 /// <param name="ln">Logical Name of the object.</param>
 /// <param name="sn">Short Name of the object.</param>
 public GXDLMSPushSetup(string ln, ushort sn)
     : base(ObjectType.PushSetup, ln, 0)
 {
     CommunicationWindow = new List<KeyValuePair<GXDateTime, GXDateTime>>();
     SendDestinationAndMethod = new GXSendDestinationAndMethod();
     PushObjectList = new List<GXDLMSPushObject>();
 }        
예제 #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="ln">Logical Name of the object.</param>
 /// <param name="sn">Short Name of the object.</param>
 public GXDLMSPushSetup(string ln, ushort sn)
     : base(ObjectType.PushSetup, ln, 0)
 {
     CommunicationWindow      = new List <KeyValuePair <GXDateTime, GXDateTime> >();
     SendDestinationAndMethod = new GXSendDestinationAndMethod();
     PushObjectList           = new List <GXDLMSPushObject>();
 }