debian man page for rpcwriter

Query: rpcwriter

OS: debian

Section: 3i

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

RpcWriter(3I)						    InterViews Reference Manual 					     RpcWriter(3I)

NAME
RpcWriter - write RPC requests to a server
SYNOPSIS
#include <Dispatch/rpcwriter.h>
DESCRIPTION
An RpcWriter (actually, an instance of a class derived from RpcWriter) writes RPC requests to a server. Derived classes should add member functions that send RPC requests corresponding to the RPC service's protocol.
CONSTRUCTORS
RpcWriter(const char* path, boolean fatal, boolean binary) RpcWriter(const char* host, int port, boolean fatal, boolean binary) RpcWriter(int fd, boolean fatal, boolean binary) RpcWriter(rpcstream* server) Open a connection to an RPC service at its registered host name and port number, or give the host name and port number needed to open a connection to the RPC service, or give the number of an already open file descriptor, or give the address of an already open rpcstream (connection). Negotiate the I/O format (binary or formatted) if opening a connection. Terminate the program if errors should be fatal.
SEE ALSO
RpcHdr(3I), RpcRegistry(3I), rpcstream(3I) InterViews 27 March 1991 RpcWriter(3I)
Related Man Pages
rpchdr(3i) - debian
rpcservice(3i) - debian
rpcbuf(3i) - debian
portmap(1m) - hpux
event::rpc::connection(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
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)?
New UNIX and Linux History Sections