ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers baidu_iot_ota_decompresser.h Source File

baidu_iot_ota_decompresser.h

00001 #pragma once
00002 
00003 class OTADecompresser
00004 {
00005 public:
00006     OTADecompresser();
00007     ~OTADecompresser();
00008     unsigned int decompress(unsigned char buffer[], unsigned int size, unsigned char output[], unsigned int out_size);
00009 };