OpenELP 0.9.3
An Open Source EchoLink® Proxy
Loading...
Searching...
No Matches
Data Fields
proxy_handle Struct Reference

Represents an instance of an EchoLink proxy. More...

#include <openelp.h>

Data Fields

void * priv
 
struct proxy_conf conf
 

Detailed Description

Represents an instance of an EchoLink proxy.

This struct should be initialized to zero before being used. The private data should be initialized using the proxy_init function, and subsequently freed by proxy_free when the proxy is no longer needed.

Field Documentation

◆ conf

struct proxy_conf proxy_handle::conf

Configuration for the proxy

◆ priv

void* proxy_handle::priv

Private data - used internally by proxy functions


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