Skip to content

class flake::ServerWire

#include <ServerWire.h>

Public Functions

Name
virtual intgetFd() =0
virtual intinit() =0
virtual Wire *accept() =0
virtual boolavailable() =0
virtual const char *describe() =0
virtual intstackSizeBytes() =0

Protected Functions

Name
virtual~ServerWire() =default

Public Functions Documentation

function getFd

cpp
virtual int getFd() =0

function init

cpp
virtual int init() =0

function accept

cpp
virtual Wire * accept() =0

function available

cpp
virtual bool available() =0

function describe

cpp
virtual const char * describe() =0

function stackSizeBytes

cpp
virtual int stackSizeBytes() =0

Protected Functions Documentation

function ~ServerWire

cpp
virtual ~ServerWire() =default