UpdateCommandClassList() приватный Метод

private UpdateCommandClassList ( ) : void
Результат void
Пример #1
0
 private void NodeInformationFrameDone(ZWaveNode znode)
 {
     znode.UpdateCommandClassList();
     // once we get the security command classes we'll issue the same events and call SaveNodesConfig();
     OnNodeUpdated(new NodeUpdatedEventArgs(znode.Id, new NodeEvent(znode, EventParameter.NodeInfo, BitConverter.ToString(znode.NodeInformationFrame).Replace("-", " "), 0)));
     // TODO: deprecate the WakeUpNotify event?
     OnNodeUpdated(new NodeUpdatedEventArgs(znode.Id, new NodeEvent(znode, EventParameter.WakeUpNotify, "1", 0)));
 }
Пример #2
0
 private void NodeInformationFrameDone(ZWaveNode znode)
 {
     znode.UpdateCommandClassList();
     // once we get the security command classes we'll issue the same events and call SaveNodesConfig();
     OnNodeUpdated(new NodeUpdatedEventArgs(znode.Id, new NodeEvent(znode, EventParameter.NodeInfo, BitConverter.ToString(znode.NodeInformationFrame).Replace("-", " "), 0)));
 }