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: 24.1.418.0 (24.1.418.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