Click or drag to resize
IBaseStationMessageCompressorDecompress Method
Converts an encoded array of bytes into a BaseStation message.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
BaseStationMessage Decompress(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte

Return Value

Type: BaseStationMessage
See Also