Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_sip_cli_context Struct Reference

CLI Formatter Context passed to all formatters. More...

#include <res_pjsip_cli.h>

Collaboration diagram for ast_sip_cli_context:
Collaboration graph
[legend]

Data Fields

char * auth_direction
 
int indent_level
 
struct ast_stroutput_buffer
 
unsigned recurse: 1
 
unsigned show_details: 1
 
unsigned show_details_only_level_0: 1
 

Detailed Description

CLI Formatter Context passed to all formatters.

Definition at line 34 of file res_pjsip_cli.h.

Field Documentation

◆ auth_direction

char* auth_direction

Used to indicate which direction an auth is used for. "I" or "O"

Definition at line 38 of file res_pjsip_cli.h.

◆ indent_level

int indent_level

Allows formatters to know how far to indent their output.

Definition at line 40 of file res_pjsip_cli.h.

◆ output_buffer

struct ast_str* output_buffer

Buffer used to accumulate cli output.

Definition at line 36 of file res_pjsip_cli.h.

◆ recurse

unsigned recurse

Tells a formatter to descend into child objects.

Definition at line 44 of file res_pjsip_cli.h.

◆ show_details

unsigned show_details

Tells a formatter to dump its object_set.

Definition at line 42 of file res_pjsip_cli.h.

◆ show_details_only_level_0

unsigned show_details_only_level_0

Tells a formatter to dump it's object_set only if it's the root object.

Definition at line 46 of file res_pjsip_cli.h.


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