Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::core::events::send Struct Reference

Send encrypted message to a specific peer. More...

#include <events.hpp>

Public Attributes

std::string peer
 RDX fingerprint or alias of recipient.
 
std::string message
 Message content to send.
 

Detailed Description

Send encrypted message to a specific peer.

Definition at line 55 of file events.hpp.

Member Data Documentation

◆ message

std::string radix_relay::core::events::send::message

Message content to send.

Definition at line 58 of file events.hpp.

◆ peer

std::string radix_relay::core::events::send::peer

RDX fingerprint or alias of recipient.

Definition at line 57 of file events.hpp.

Referenced by radix_relay::cli_utils::execute_cli_command(), and radix_relay::core::event_handler< CmdHandler >::handle().


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