The different output-levels for outputting simulation events to the interpreter's console
window.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[FlagsAttribute]
public enum OutputLevel
Members
| Member name | Value | Description |
---|
| Physical | 1 |
Outputs events for the physical layer.
|
| Arp | 2 |
Outputs events for the Address Resolution Protocol.
|
| Datalink | 6 |
Outputs events for the data-link layer including any ARP events.
|
| Icmp | 8 |
Outputs events for the Internet Control Message Protocol.
|
| Network | 24 |
Outputs events for the IP layer including any ICMP events.
|
| Simulation | 32 |
Outputs events of the simulation.
|
See Also