Click or drag to resize
IBaseStationMessageCompressor Interface
The interface for objects that can compress and decompress BaseStation messages.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBaseStationMessageCompressor

The IBaseStationMessageCompressor type exposes the following members.

Methods
  NameDescription
Public methodCompress
Compresses a message into a small number of bytes.
Public methodDecompress
Converts an encoded array of bytes into a BaseStation message.
Public methodIsCompressedMessage
Returns true if the byte array passed across appears to be a compressed message.
Top
See Also