| Connector Class |
Namespace: Network.Sim.Core
public class Connector
The Connector type exposes the following members.
| Name | Description | |
|---|---|---|
| Cable |
The cable attached to the connector.
| |
| IsConnected |
Determines whether the connector is currently wired up.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Jam |
Outputs a jam signal to the connected. cable
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RaiseSignalCease |
Raises the signal cease event.
| |
| RaiseSignalSense |
Raises the signal sense event.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Transmit |
Outputs data to the cable connected to the connector.
|
| Name | Description | |
|---|---|---|
| SignalCease |
The event that is raised when the connector detects a signal cease.
| |
| SignalSense |
The event that is raised when the connector detects a signal.
|