Constructs the S2G header. Use to send serialized data. @return buffer containing whole packet.
| 263 | /// Use to send serialized data. |
| 264 | /// @return buffer containing whole packet. |
| 265 | ByteVector ComposeQueryPacket() const override |
| 266 | { |
| 267 | return CompileProtocolHeader().Concat(m_QueryPacketBody); |
| 268 | } |
| 269 | |
| 270 | /// Get decrypted query body. |
| 271 | ByteVector GetQueryPacket(Crypto::PublicKey const& authenticationKey, Crypto::PrivateKey const& decrpytionKey) |
nothing calls this directly
no outgoing calls
no test coverage detected