GNUnet 0.22.0
GNUNET_MESSENGER_MessageTalk Struct Reference

A talk message body This allows talking in a discourse. More...

#include <gnunet_messenger_service.h>

Collaboration diagram for GNUNET_MESSENGER_MessageTalk:
[legend]

Data Fields

struct GNUNET_ShortHashCode discourse
 The hash of the discourse to talk. More...
 
uint16_t length
 The length of the talk message data. More...
 
char * data
 The data of the talk message. More...
 

Detailed Description

A talk message body This allows talking in a discourse.

Message-body-size: 34+

Definition at line 630 of file gnunet_messenger_service.h.

Field Documentation

◆ discourse

struct GNUNET_ShortHashCode GNUNET_MESSENGER_MessageTalk::discourse

◆ length

uint16_t GNUNET_MESSENGER_MessageTalk::length

The length of the talk message data.

Definition at line 640 of file gnunet_messenger_service.h.

Referenced by copy_message(), create_message(), decode_message_body(), get_message_body_size(), on_message(), and read_stdio().

◆ data


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