Monero
Loading...
Searching...
No Matches
net::zmq Namespace Reference

Functions

const std::error_category & error_category () noexcept
expect< std::string > receive (void *const socket, const int flags)
expect< void > send (const epee::span< const std::uint8_t > payload, void *const socket, const int flags) noexcept
expect< void > send (epee::byte_slice &&payload, void *socket, int flags) noexcept

Function Documentation

◆ error_category()

const std::error_category & net::zmq::error_category ( )
noexcept

◆ receive()

expect< std::string > net::zmq::receive ( void *const socket,
const int flags )

◆ send() [1/2]

expect< void > net::zmq::send ( const epee::span< const std::uint8_t > payload,
void *const socket,
const int flags )
noexcept

◆ send() [2/2]

expect< void > net::zmq::send ( epee::byte_slice && payload,
void * socket,
int flags )
noexcept