wechat_evt_t Struct Reference

WeChat Service event. More...

#include <wechat.h>

Public Attributes

uint8_t conn_idx
 
wechat_evt_type_t evt_type
 
union {
   wechat_pedo_target_t   pedo_target
 
   wechat_data_t   data
 
param
 

Detailed Description

WeChat Service event.

Definition at line 153 of file wechat.h.

Member Data Documentation

◆ conn_idx

uint8_t wechat_evt_t::conn_idx

The index of connection.

Definition at line 155 of file wechat.h.

◆ data

wechat_data_t wechat_evt_t::data

Data of Airsync.

Definition at line 160 of file wechat.h.

◆ evt_type

wechat_evt_type_t wechat_evt_t::evt_type

Event type.

Definition at line 156 of file wechat.h.

◆ param

union { ... } wechat_evt_t::param

Parameter of WeChat airsync event.

◆ pedo_target

wechat_pedo_target_t wechat_evt_t::pedo_target

Pedometer target set value.

Definition at line 159 of file wechat.h.


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