Webcom C SDK
Data Fields
wc_push_t Struct Reference

#include <webcom-msg.h>

Collaboration diagram for wc_push_t:
Collaboration graph
[legend]

Data Fields

wc_push_type_t type
 
char * status
 
union {
   wc_push_auth_revoked_t   auth_revoked
 
   wc_push_listen_revoked_t   listen_revoked
 
   wc_push_data_update_put_t   update_put
 
   wc_push_data_update_merge_t   update_merge
 
u
 

Field Documentation

◆ auth_revoked

wc_push_auth_revoked_t wc_push_t::auth_revoked

◆ listen_revoked

wc_push_listen_revoked_t wc_push_t::listen_revoked

◆ status

char* wc_push_t::status

◆ type

wc_push_type_t wc_push_t::type

◆ u

union { ... } wc_push_t::u

◆ update_merge

wc_push_data_update_merge_t wc_push_t::update_merge

◆ update_put

wc_push_data_update_put_t wc_push_t::update_put

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