protected internal override void HandleEvent(Command command) { base.HandleEvent(command); if (command.CommandID == Convert.ToByte(WakeUp.command.Notification)) { var report = new WakeUpReport(Node); OnChanged(new ReportEventArgs <WakeUpReport>(report)); return; } }
protected internal override void HandleEvent(Command command) { base.HandleEvent(command); if (command.CommandID == Convert.ToByte(WakeUp.command.Notification)) { var report = new WakeUpReport(Node); OnChanged(new ReportEventArgs<WakeUpReport>(report)); return; } }