Click or drag to resize
BaseStationStatusCode Enumeration
An enumeration of the different status codes that can be transmitted by a StatusChange message.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum BaseStationStatusCode
Members
  Member nameValueDescription
None0 The message is not a StatusChange message.
PositionLost1 The aircraft is no longer transmitting its position.
SignalLost2 The aircraft's signal can no longer be picked up.
Remove3 The aircraft has been removed from BaseStation's display.
Delete4 Don't know what the difference is between this and Remove.
OK5 The aircraft's signal is being picked up.
See Also