Signal Class |
Namespace: Demo3D.IO
public sealed class Signal : IDisposable
The Signal type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Dispose this signal and indicate that it's reached the end of the data pathway.
| |
| Fork |
Forks a signal in two, returning a duplicate of the current signal.
| |
| Generate |
Generate a new signal.
| |
| Generate(Signal) |
Ensures a signal available for tracking. If the callingSignal is not null,
then returns callingSignal, otherwise generates and returns a new signal.
| |
| Log |
Log an event for an address.
| |
| Merge |
Merges merge into the calling signal.
The original merge signal is disposed.
| |
| Split |
Splits a signal in two, returning a duplicate of the current signal.
|