sensel_decompress.h
IntroductionFunctions
senselDecompressFrameSENSEL_API SenselStatus WINAPI senselDecompressFrame( SENSEL_HANDLE handle, unsigned char *frame_data, int data_size, unsigned char content_mask, SenselFrameData *data, unsigned int *decompress_bytes_read); ParametersReturn ValueSENSEL_OK on success or error DiscussionDecompresses the payload pointed to by frame_data and fills the FrameData structure accordingly. senselDecompressionTriggerDetailChangeSENSEL_API SenselStatus WINAPI senselDecompressionTriggerDetailChange( SENSEL_HANDLE handle, unsigned char *data); ParametersReturn ValueSENSEL_OK on success or error DiscussionNotifies the decompression engine that a scan detail change was requested senselFreeDecompressionHandleSENSEL_API SenselStatus WINAPI senselFreeDecompressionHandle( SENSEL_HANDLE handle); ParametersReturn ValueSENSEL_OK on success or error DiscussionFrees the decompression handle from the provided device handle senselInitDecompressionHandleSENSEL_API SenselStatus WINAPI senselInitDecompressionHandle( SENSEL_HANDLE handle, unsigned char *data); ParametersReturn ValueSENSEL_OK on success or error DiscussionAllocates a decompression handle inside the device handle |