Service -> Client message for phone is ringing. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/conversation/conversation.h>
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... | |
Service -> Client message for phone is ringing.
Definition at line 94 of file conversation.h.
struct GNUNET_MessageHeader ClientPhoneRingMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RING.
Definition at line 99 of file conversation.h.
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().
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().