// Detect all connected CFHEADER modules. foreach(var cfheader in Cfheader.Instances){ try { cfheader.Open(); Console.WriteLine($"CFHEADER at address {cfheader.Address} was found connected to this host."); } catch { Console.WriteLine($"CFHEADER at address {cfheader.Address} was not found connected to this host."); } }
