wechat_init_t Struct Reference

WeChat Service Init variable. More...

#include <wechat.h>

+ Collaboration diagram for wechat_init_t:

Public Attributes

wechat_evt_handler_t evt_handler
 WeChat Service event handler. More...
 
uint32_t step_count_target
 WeChat pedometer step count target value. More...
 
uint8_t * p_dev_mac
 Pointer to WeChat device MAC address. More...
 

Detailed Description

WeChat Service Init variable.

Definition at line 179 of file wechat.h.

Member Data Documentation

◆ evt_handler

wechat_evt_handler_t wechat_init_t::evt_handler

WeChat Service event handler.

Definition at line 181 of file wechat.h.

◆ p_dev_mac

uint8_t* wechat_init_t::p_dev_mac

Pointer to WeChat device MAC address.

Definition at line 183 of file wechat.h.

◆ step_count_target

uint32_t wechat_init_t::step_count_target

WeChat pedometer step count target value.

Definition at line 182 of file wechat.h.


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