GNUnet 0.21.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 452 of file gnunet-conversation.c.

Field Documentation

◆ command

const char* VoipCommand::command

Command the user needs to enter.

Definition at line 457 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 462 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 467 of file gnunet-conversation.c.

Referenced by do_help().


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