UpdateCommandClassList() private method

private UpdateCommandClassList ( ) : void
return void
 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)));
 }
 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)));
 }