Class AsyncSubscriber

Inheritance Relationships

Base Type

Class Documentation

class AsyncSubscriber : public O3DS::AsyncNngConnector

Public Functions

virtual bool start(const char *url)

Starts the server - servers will listen, clients will dial.

inline void callback_()
void pipeEvent_(nng_pipe pipe, nng_pipe_ev pipe_ev)
inline bool listen(const char *url)
inline virtual bool write(const char *data, size_t ptr)

Write bytes - len is the size of data.

Public Static Functions

static inline void callback(void *ref)
static inline void pipeEvent(nng_pipe pipe, nng_pipe_ev pipe_ev, void *ref)