GNUnet 0.22.2
VoipCommand Struct Reference

Structure which defines a command. More...

Data Fields

const char * command
 Command the user needs to enter. More...
 
ActionFunction Action
 Function to call on command. More...
 
const char * helptext
 Help text for the command. More...
 

Detailed Description

Structure which defines a command.

Definition at line 450 of file gnunet-conversation.c.

Field Documentation

◆ command

const char* VoipCommand::command

Command the user needs to enter.

Definition at line 455 of file gnunet-conversation.c.

Referenced by do_help(), and handle_command_string().

◆ Action

ActionFunction VoipCommand::Action

Function to call on command.

Definition at line 460 of file gnunet-conversation.c.

Referenced by do_help(), and handle_command_string().

◆ helptext

const char* VoipCommand::helptext

Help text for the command.

Definition at line 465 of file gnunet-conversation.c.

Referenced by do_help().


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