wechat_data_t Struct Reference

WeChat service data. More...

#include <wechat.h>

Public Attributes

const uint8_t * p_data
 Pointer to data. More...
 
uint16_t length
 Length of data. More...
 
uint16_t offset
 Offset of data. More...
 

Detailed Description

WeChat service data.

Definition at line 146 of file wechat.h.

Member Data Documentation

◆ length

uint16_t wechat_data_t::length

Length of data.

Definition at line 149 of file wechat.h.

◆ offset

uint16_t wechat_data_t::offset

Offset of data.

Definition at line 150 of file wechat.h.

◆ p_data

const uint8_t* wechat_data_t::p_data

Pointer to data.

Definition at line 148 of file wechat.h.


The documentation for this struct was generated from the following file: