AntennaTargetingResultReason Enumeration |
Defines the reason attempting to orient a transmitter or receiver
located within a
CommunicationSystem
has failed.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum AntennaTargetingResultReason
Public Enumeration AntennaTargetingResultReason
public enum class AntennaTargetingResultReason
type AntennaTargetingResultReason
Members
| Member name | Description |
---|
| Success |
The antenna was oriented to target the antenna it is communicating with.
|
| TargetsMultipleAntennas |
The antenna could not be oriented because it is communicating with multiple antennas and the ideal
orientation can not be automatically computed.
|
| ISetOrientationAxesNotAvailable |
The antenna does not support the required ISetOrientationAxesService for setting orientation.
|
See Also