rabbitmq-c  0.5.3
C AMQP Client library for RabbitMQ
Data Fields
websocket_message_event_t Struct Reference

websocket_message_event_t struct. More...

Data Fields

int type
 int type.
char * data
 char* data.
int length
 int length.

Detailed Description

websocket_message_event_t struct.

websocket_message_event_t struct is used as return value of websocket_recv function call.


Field Documentation

char* data.

a pointer to message data block

int length.

message data block length

int type.

1 - text, 2 - binary, 8 - closed


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines