Network.Sim.Core Namespace |
Class | Description | |
---|---|---|
![]() | C10Base2 |
Represents a cable as is used in 10Base2 Ethernet installations.
|
![]() | C10Base5 |
Represents a cable as is used in 10Base5 Ethernet installations.
|
![]() | Cable |
Represents a wired communication channel over which signals can be
transmitted.
|
![]() | CallbackEvent |
A simulation event for scheduling the execution of an arbitrary callback method.
|
![]() | Connector |
Represents a connector of a device such as a NIC, a Hub or an Ethernet Bridge.
|
![]() | DataReceivedEventArgs |
The event arguments for the SignalCease event.
|
![]() | Event |
The abstract base class from which all simulation events must
derive.
|
![]() | Host |
Represents a network host.
|
![]() | Interface |
Represents an abstract network interface object which acts
as an interface between the network software stack and the
NIC hardware.
|
![]() | Interpreter |
Implements the console interpreter of the simulation.
|
![]() | Scenario |
Represents a simulation scenario.
|
![]() | SignalCeaseEvent |
The simulation event that is raised when a signal is no longer sensed by a transceiver.
|
![]() | SignalCeaseEventArgs |
The event arguments for the SignalCease event.
|
![]() | SignalSenseEvent |
The simulation event that is raised when a signal is sensed by a transceiver.
|
![]() | Simulation |
Represents the simulation.
|
Delegate | Description | |
---|---|---|
![]() | SimulationRemoveEventsHandler |
A delegate used for defining the conditions of the elements to remove
from the simulation using the RemoveEvents method.
|
Enumeration | Description | |
---|---|---|
![]() | OutputLevel |
The different output-levels for outputting simulation events to the interpreter's console
window.
|