Click or drag to resize
OutputLevel Enumeration
The different output-levels for outputting simulation events to the interpreter's console window.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[FlagsAttribute]
public enum OutputLevel
Members
  Member nameValueDescription
Physical1 Outputs events for the physical layer.
Arp2 Outputs events for the Address Resolution Protocol.
Datalink6 Outputs events for the data-link layer including any ARP events.
Icmp8 Outputs events for the Internet Control Message Protocol.
Network24 Outputs events for the IP layer including any ICMP events.
Simulation32 Outputs events of the simulation.
See Also