Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
enum stasis_subscription_message_formatters | available_formatters |
unsigned int | hash |
int | id |
char * | name |
struct stasis_message_vtable * | vtable |
Definition at line 38 of file stasis_message.c.
enum stasis_subscription_message_formatters available_formatters |
Definition at line 43 of file stasis_message.c.
Referenced by stasis_message_type_available_formatters(), and stasis_message_type_create().
unsigned int hash |
Definition at line 41 of file stasis_message.c.
Referenced by stasis_message_type_create(), and stasis_message_type_hash().
int id |
Definition at line 42 of file stasis_message.c.
Referenced by Model::load(), stasis_message_type_create(), and stasis_message_type_id().
char* name |
Definition at line 40 of file stasis_message.c.
Referenced by PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), message_type_dtor(), stasis_message_create_full(), stasis_message_type_create(), and stasis_message_type_name().
struct stasis_message_vtable* vtable |
Definition at line 39 of file stasis_message.c.
Referenced by stasis_message_type_create().