GNUnet 0.21.2
ClientPhoneRingMessage Struct Reference

Service -> Client message for phone is ringing. More...

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

Collaboration diagram for ClientPhoneRingMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RING. More...
 
uint32_t cid
 CID, internal caller ID number used in the future to identify which active call we are talking about. More...
 
uint32_t key_len
 The identity key length. More...
 

Detailed Description

Service -> Client message for phone is ringing.

Definition at line 94 of file conversation.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader ClientPhoneRingMessage::header

Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RING.

Definition at line 99 of file conversation.h.

◆ cid

uint32_t ClientPhoneRingMessage::cid

CID, internal caller ID number used in the future to identify which active call we are talking about.

Definition at line 105 of file conversation.h.

Referenced by handle_cadet_ring_message(), and handle_phone_ring().

◆ key_len

uint32_t ClientPhoneRingMessage::key_len

The identity key length.

Definition at line 110 of file conversation.h.

Referenced by handle_cadet_ring_message(), and handle_phone_ring().


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