Conscience Core
conscience_core::communication::CscMessageSender Member List

This is the complete list of members for conscience_core::communication::CscMessageSender, including all inherited members.

CscMessageSender(const CscMessageEncryption *encryption, const CscMessagingPort udpResponsePort)conscience_core::communication::CscMessageSender
send(vector< unsigned char > *data, ptr< CscMessagingRequestContext > context)conscience_core::communication::CscMessageSender
send(vector< unsigned char > *data, const string ip, CscMessagingPort port, CscMessagingProtocol protocol)conscience_core::communication::CscMessageSender
sendAndDownloadResponseBytes(vector< unsigned char > *data, fs::path downloadResponseToPath, ptr< CscMessagingRequestContext > context, optional< function< void(float progress)>> onDownloadProgress={})conscience_core::communication::CscMessageSender
sendMessage(const string &message, ptr< CscMessagingRequestContext > context)conscience_core::communication::CscMessageSender
sendMessage(const string &message, const string ip, CscMessagingPort port, CscMessagingProtocol protocol)conscience_core::communication::CscMessageSender
sendTcp(vector< unsigned char > *data, const string ip, const int port)conscience_core::communication::CscMessageSender
sendTcpWithClient(TcpClient *tcpClient, vector< unsigned char > *data, bool noResponseExpected, bool closeClient)conscience_core::communication::CscMessageSender
sendTcpWithClient(TcpClient *tcpClient, const string &message, bool noResponseExpected, bool closeClient)conscience_core::communication::CscMessageSender
sendUdp(const string &message, const string ip, CscMessagingPort port) constconscience_core::communication::CscMessageSender
sendUdp(vector< unsigned char > *data, const string ip, CscMessagingPort port) constconscience_core::communication::CscMessageSender
~CscMessageSender()conscience_core::communication::CscMessageSenderinline