Click or drag to resize

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: 25.1.421.0 (25.1.421.0)
Syntax
public enum SignalDirection
Members
  Member nameDescription
Receive The signal is received at the observer.
Transmit The signal is transmitted at the observer.
See Also