Client -> Service pick up phone that 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_PICK_UP. More... | |
uint32_t | cid |
CID, internal caller ID to identify which active call we are talking about. More... | |
Client -> Service pick up phone that is ringing.
Definition at line 157 of file conversation.h.
struct GNUNET_MessageHeader ClientPhonePickupMessage::header |
Type is: GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICK_UP.
Definition at line 162 of file conversation.h.
uint32_t ClientPhonePickupMessage::cid |
CID, internal caller ID to identify which active call we are talking about.
Definition at line 168 of file conversation.h.
Referenced by GNUNET_CONVERSATION_caller_pick_up().