hamcast  Version 0.7
Public Attributes | List of all members
hc_uri_list_s Struct Reference

#include <hamcast_module.h>

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

struct hc_uri_list_s* hc_uri_list_s::next

Pointer to the next element in the list.

int hc_uri_list_s::type

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.

hc_uri_t* hc_uri_list_s::uri_obj

URI as hc_uri_t.

char* hc_uri_list_s::uri_str

URI encoded as C-string.


The documentation for this struct was generated from the following file: