Click or drag to resize
IPlaneFinderMessageBytesExtractor Interface
The interface for classes that can extract messages from Plane Finder feeds.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IPlaneFinderMessageBytesExtractor : IMessageBytesExtractor

The IPlaneFinderMessageBytesExtractor type exposes the following members.

Properties
  NameDescription
Public propertyBufferSize
Gets the number of bytes that the message extractor is currently consuming in buffers.
(Inherited from IMessageBytesExtractor.)
Top
Methods
  NameDescription
Public methodExtractMessageBytes
Returns a collection of byte arrays, each byte array corresponding to a complete message.
(Inherited from IMessageBytesExtractor.)
Top
See Also