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)
Syntaxpublic 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