예제 #1
0
 public Generator(Network Network, UInt16 Address)
 {
     ShieldNode = Network.GetNode(Address).NodeShield;
     NodeAddress = Address;
     Channel = Network.Security.Channel;
     PanId = Network.Security.PanId;
     SecurityKey = new Byte[16];
     CompileTime = DateTime.Now;
     PortEventTimeRestrictionDictionary = new Dictionary<ushort, List<TimeRestriction>>();
 }