Searched refs:mainSocket (Results 1 – 2 of 2) sorted by relevance
13 mainSocket.reset(new CTCPClient(NULL, dontLog)); in SocketCommunicationChannel()19 mainSocket->Connect(address, std::to_string(receiverPort)); in connect()52 mainSocket->CTCPClient::Receive((char *)message, sizeof(Protocol)); in receive()59 mainSocket->Send((char *)&message, sizeof(struct Protocol)); in sendMain()
27 std::unique_ptr<CTCPClient> mainSocket; variable