Public Attributes

hc_uri_list_s Struct Reference

Describes a list of URIs. More...

#include <hamcast_module.h>

List of all members.

Public Attributes

char * uri_str
hc_uri_t * uri_obj
int type
struct hc_uri_list_snext

Detailed Description

Describes a list of URIs.

A list is empty if all fields are set to NULL.

Warning:
uri_str and next must be allocated with malloc(), if set, because they'll be released with free().

Member Data Documentation

Pointer to the next element in the list.

One of HC_LISTENER_STATE, HC_SENDER_STATE or HC_SENDER_AND_LISTENER_STATE.

This flag is evaluated by hc_group_set() only. All other calls should set this flag to HC_IGNORED by default.

URI as hc_uri_t.

URI encoded as C-string.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator