Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


ast_udptl_protocol Struct Reference

#include <udptl.h>

Public Member Functions

 AST_LIST_ENTRY (ast_udptl_protocol) list
 

Data Fields

struct ast_udptl *(* get_udptl_info )(struct ast_channel *chan)
 Get UDPTL struct, or NULL if unwilling to transfer. More...
 
int(*const set_udptl_peer )(struct ast_channel *chan, struct ast_udptl *peer)
 Set UDPTL peer. More...
 
const char *const type
 

Detailed Description

Definition at line 47 of file udptl.h.

Member Function Documentation

AST_LIST_ENTRY ( ast_udptl_protocol  )

Field Documentation

struct ast_udptl*(* get_udptl_info)(struct ast_channel *chan)

Get UDPTL struct, or NULL if unwilling to transfer.

Definition at line 49 of file udptl.h.

Referenced by ast_udptl_bridge().

int(* const set_udptl_peer)(struct ast_channel *chan, struct ast_udptl *peer)

Set UDPTL peer.

Definition at line 51 of file udptl.h.

Referenced by ast_udptl_bridge().

const char* const type

Definition at line 52 of file udptl.h.

Referenced by ast_udptl_proto_register(), and get_proto().


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