Click or drag to resize
CableJam Method
Simulates the transmission of a Jam signal.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ulong Jam(
	Connector source
)

Parameters

source
Type: Network.Sim.CoreConnector
The source sending the Jam signal.

Return Value

Type: UInt64
The time it takes to transmit the Jam signal, in nanoseconds.
See Also