Click or drag to resize
IBaseStationMessageCompressorIsCompressedMessage Method
Returns true if the byte array passed across appears to be a compressed message.

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

Parameters

bytes
Type: SystemByte

Return Value

Type: Boolean
See Also