Click or drag to resize
CableTransmit Method
Simulates the transmission of data from the specified source.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Transmit(
	Connector source,
	byte[] data
)

Parameters

source
Type: Network.Sim.CoreConnector
The connector from which data is being transmitted.
data
Type: SystemByte
The data that is being transmitted from the source.
See Also