Initializes a new instance of the Bridge class.
Namespace: Network.Sim.Lan.EthernetAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Bridge(
int numPorts,
ulong delay
)
Parameters
- numPorts
- Type: SystemInt32
The number of I/O ports. - delay
- Type: SystemUInt64
The inherent propagation delay of the bridge.
See Also