#include <PubNub.h>
Data Fields | |
const char * | auth |
unsigned short | chan_end |
unsigned short | chan_ofs |
union { | |
char line [PUBNUB_BUF_MAXLEN] | |
char url [PUBNUB_BUF_MAXLEN] | |
} | http_buf |
union { | |
char line [PUBNUB_BUF_MAXLEN] | |
char url [PUBNUB_BUF_MAXLEN] | |
} | http_buf |
unsigned | http_buf_len |
bool | http_chunked |
int | http_code |
unsigned | http_content_len |
unsigned | http_content_remaining_len |
char | http_reply [PUBNUB_REPLY_MAXLEN] |
enum pubnub_res | last_result |
The result of the last PubNub transaction. More... | |
unsigned short | msg_end |
unsigned short | msg_ofs |
const char * | publish_key |
enum pubnub_state | state |
const char * | subscribe_key |
SOCKET | tcp_socket |
char | timetoken [64] |
enum pubnub_trans | trans |
Network communication state. More... | |
const char * | uuid |
const char * pubnub::auth |
Referenced by pubnub_init(), and pubnub_subscribe().
unsigned short pubnub::chan_end |
Referenced by parse_subscribe_response().
unsigned short pubnub::chan_ofs |
Referenced by parse_subscribe_response().
union { ... } pubnub::http_buf |
union { ... } pubnub::http_buf |
Referenced by handle_transaction(), pubnub_publish(), and pubnub_subscribe().
unsigned pubnub::http_buf_len |
Referenced by pubnub_publish(), and pubnub_subscribe().
bool pubnub::http_chunked |
int pubnub::http_code |
unsigned pubnub::http_content_len |
Referenced by handle_tcpip_recv().
unsigned pubnub::http_content_remaining_len |
Referenced by handle_tcpip_recv().
char pubnub::http_reply |
Referenced by handle_tcpip_recv(), parse_subscribe_response(), pubnub_get(), and pubnub_subscribe().
enum pubnub_res pubnub::last_result |
The result of the last PubNub transaction.
Referenced by handle_tcpip_connect(), handle_tcpip_recv(), main(), pubnub_init(), pubnub_publish(), and pubnub_subscribe().
char pubnub::line[PUBNUB_BUF_MAXLEN] |
unsigned short pubnub::msg_end |
Referenced by parse_subscribe_response(), and pubnub_get().
unsigned short pubnub::msg_ofs |
Referenced by parse_subscribe_response(), and pubnub_get().
const char * pubnub::publish_key |
Referenced by pubnub_init(), and pubnub_publish().
enum pubnub_state pubnub::state |
const char * pubnub::subscribe_key |
Referenced by pubnub_init(), pubnub_publish(), and pubnub_subscribe().
SOCKET pubnub::tcp_socket |
Referenced by handle_start_connect(), handle_tcpip_connect(), handle_tcpip_recv(), handle_transaction(), main(), pubnub_find_ctx(), and pubnub_init().
char pubnub::timetoken |
Referenced by handle_tcpip_recv(), parse_subscribe_response(), pubnub_init(), and pubnub_subscribe().
enum pubnub_trans pubnub::trans |
Network communication state.
Referenced by handle_tcpip_recv(), main(), pubnub_publish(), and pubnub_subscribe().
char pubnub::url[PUBNUB_BUF_MAXLEN] |
Referenced by handle_transaction(), pubnub_publish(), and pubnub_subscribe().
const char * pubnub::uuid |
Referenced by pubnub_init(), and pubnub_subscribe().