SignalDirection Enumeration |
Indicates the sense of the direction of a signal with respect to an observer.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SignalDirection
Public Enumeration SignalDirection
public enum class SignalDirection
Members
| Member name | Description |
---|
| Receive |
The signal is received at the observer.
|
| Transmit |
The signal is transmitted at the observer.
|
See Also