BaseStationStatusCode Enumeration |
An enumeration of the different status codes that can be transmitted by a StatusChange message.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum BaseStationStatusCode
Public Enumeration BaseStationStatusCode
public enum class BaseStationStatusCode
type BaseStationStatusCode
Members
| Member name | Value | Description |
---|
| None | 0 |
The message is not a StatusChange message.
|
| PositionLost | 1 |
The aircraft is no longer transmitting its position.
|
| SignalLost | 2 |
The aircraft's signal can no longer be picked up.
|
| Remove | 3 |
The aircraft has been removed from BaseStation's display.
|
| Delete | 4 |
Don't know what the difference is between this and Remove.
|
| OK | 5 |
The aircraft's signal is being picked up.
|
See Also