wechat_evt_t Struct Reference

WeChat Service event. More...

#include <wechat.h>

+ Collaboration diagram for wechat_evt_t:

Public Attributes

uint8_t conn_idx
 The index of connection. More...
 
wechat_evt_type_t evt_type
 Event type. More...
 
union {
   wechat_pedo_target_t   pedo_target
 Pedometer target set value. More...
 
   wechat_data_t   data
 Data of Airsync. More...
 
param
 Parameter of WeChat airsync event. More...
 

Detailed Description

WeChat Service event.

Definition at line 154 of file wechat.h.

Member Data Documentation

◆ conn_idx

uint8_t wechat_evt_t::conn_idx

The index of connection.

Definition at line 156 of file wechat.h.

◆ data

wechat_data_t wechat_evt_t::data

Data of Airsync.

Definition at line 161 of file wechat.h.

◆ evt_type

wechat_evt_type_t wechat_evt_t::evt_type

Event type.

Definition at line 157 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 160 of file wechat.h.


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