IBaseStationMessageCompressorDecompress Method |
Converts an encoded array of bytes into a BaseStation message.
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax BaseStationMessage Decompress(
byte[] bytes
)
Function Decompress (
bytes As Byte()
) As BaseStationMessage
BaseStationMessage^ Decompress(
array<unsigned char>^ bytes
)
abstract Decompress :
bytes : byte[] -> BaseStationMessage
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
BaseStationMessageSee Also