IBaseStationMessageCompressor Interface |
Namespace: VirtualRadar.Interface.BaseStation
The IBaseStationMessageCompressor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Compress |
Compresses a message into a small number of bytes.
|
![]() | Decompress |
Converts an encoded array of bytes into a BaseStation message.
|
![]() | IsCompressedMessage |
Returns true if the byte array passed across appears to be a compressed message.
|