| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Blob of data associated with an endpoint. More...
#include <stasis_endpoints.h>

| Data Fields | |
| struct ast_json * | blob | 
| struct ast_endpoint_snapshot * | snapshot | 
Blob of data associated with an endpoint.
The blob is actually a JSON object of structured data. It has a "type" field which contains the type string describing this blob.
Definition at line 76 of file stasis_endpoints.h.
| struct ast_json* blob | 
Definition at line 78 of file stasis_endpoints.h.
Referenced by ast_endpoint_blob_create(), contactstatus_to_ami(), contactstatus_to_json(), peerstatus_to_ami(), and peerstatus_to_json().
| struct ast_endpoint_snapshot* snapshot | 
Definition at line 77 of file stasis_endpoints.h.
Referenced by ast_endpoint_blob_create(), contactstatus_to_json(), peerstatus_to_ami(), and peerstatus_to_json().