Esempio n. 1
0
 // The table is a fairly large struct (108 bytes), pass it by reference
 public LinuxIcmpV4Statistics()
 {
     _table = StringParsingHelpers.ParseIcmpv4FromSnmpFile(NetworkFiles.SnmpV4StatsFile);
 }