Click or drag to resize
Hub Constructor
Initializes a new instance of the Hub class.

Namespace: Network.Sim.Lan.Ethernet
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Hub(
	int numPorts,
	ulong delay
)

Parameters

numPorts
Type: SystemInt32
The number of I/O ports.
delay
Type: SystemUInt64
The inherent propagation delay of the hub.
See Also