debian man page for rpcstream

Query: rpcstream

OS: debian

Section: 3i

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

rpcstream(3I)						    InterViews Reference Manual 					     rpcstream(3I)

NAME
rpcstream - iostreamb specialized to RPC requests
SYNOPSIS
#include <Dispatch/rpcstream.h>
DESCRIPTION
rpcstream, irpcstream, and orpcstream specialize iostream, istream, and ostream, respectively, to RPC requests. That is, the associated streambuf will be an rpcbuf. Conversions will be formatted (that is, ASCII) so datums will need to be separated by space characters.
CONSTRUCTORS
rpcstream() Construct an unopened rpcstream.
PUBLIC OPERATIONS
void listen(int port) void connect(const char* host, int port) Create a connection. Any failure sets ios::failbit in the error state. int accept() Accept a pending connection and return the new file descriptor. void attach(int fd) Attach to a pre-existing connection. void close() Break a connection. The error state is cleared except on failure. void nonblocking(boolean) void verbose(boolean) Enable or disable non-blocking I/O and/or printing of error messages. rpcbuf* rdbuf() Return a pointer to the rpcbuf created by the rpcstream. boolean incomplete_request() void incomplete_request(boolean) Get or set a flag. Used by the operations that insert an RpcHdr into an rpcstream or extract an RpcHdr from an rpcstream.
SEE ALSO
IOS.INTRO(3C++), iostreamb(3I), rpcbuf(3I) InterViews 27 March 1991 rpcstream(3I)
Related Man Pages
rpcpeer(3i) - debian
rpcservice(3i) - debian
pspaint(3u) - debian
pspaint(3u) - opensolaris
pspaint(3u) - minix
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph