Click or drag to resize
ModeSMessageEventArgs Class
The event that is raised when a listener to a source of raw Mode-S messages from an aircraft receives a message.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VirtualRadar.Interface.ModeSModeSMessageEventArgs

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ModeSMessageEventArgs : EventArgs

The ModeSMessageEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodModeSMessageEventArgs
Creates a new object.
Top
Properties
  NameDescription
Public propertyAdsbMessage
Gets the decoded ADS-B message from extended squitter Mode-S messages. This will be null if the Mode-S message did not contain an ADS-B payload.
Public propertyModeSMessage
Gets the decoded Mode-S message from the aircraft.
Public propertyReceivedUtc
Gets the date and time at UTC when the message was received.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also