| Package | Description | 
|---|---|
| agi.foundation.communications | 
 Contains types for representing electromagnetic signals and propagating them along communication links. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AntennaTargetingResultReason | 
AntennaTargetingResult.getCause()
Gets the reason the antenna could not be targeted. 
 | 
static AntennaTargetingResultReason | 
AntennaTargetingResultReason.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static AntennaTargetingResultReason | 
AntennaTargetingResultReason.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static AntennaTargetingResultReason | 
AntennaTargetingResultReason.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AntennaTargetingResultReason[] | 
AntennaTargetingResultReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
AntennaTargetingResult(IServiceProvider antenna,
                      AntennaTargetingResultReason cause)
Creates a new instance specifying all parameters 
 |