Simulates the transmission of data from the specified source.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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