GNUnet 0.21.1
CadetPhoneRingMessage Struct Reference

Cadet message to make a phone ring. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>

Collaboration diagram for CadetPhoneRingMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CADET_PHONE_RING. More...
 
uint32_t reserved
 Always zero. More...
 
struct GNUNET_TIME_AbsoluteNBO expiration_time
 When does the signature expire? More...
 
uint32_t key_len
 The length of the key. More...
 
uint32_t sig_len
 The length of the signature. More...
 

Detailed Description

Cadet message to make a phone ring.

Sent to the port of the respective phone.

Definition at line 299 of file conversation.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader CadetPhoneRingMessage::header

◆ reserved

uint32_t CadetPhoneRingMessage::reserved

Always zero.

Definition at line 309 of file conversation.h.

◆ expiration_time

struct GNUNET_TIME_AbsoluteNBO CadetPhoneRingMessage::expiration_time

When does the signature expire?

Definition at line 314 of file conversation.h.

Referenced by handle_client_call_message().

◆ key_len

uint32_t CadetPhoneRingMessage::key_len

The length of the key.

Definition at line 319 of file conversation.h.

Referenced by handle_client_call_message().

◆ sig_len

uint32_t CadetPhoneRingMessage::sig_len

The length of the signature.

Definition at line 324 of file conversation.h.

Referenced by handle_client_call_message().


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