class
RpcHdr
(Return to index)
header for remote procedure calls
Type:
Instantiable
Derived Classes
Include file:
Dispatch/rpchdr.h
Description:
Insert or extract this header to send or receive a RPC request.
man page
Public:
RpcHdr
()
RpcHdr
(void* writer, int request)
int
ndata
()
unsigned long
reader
()
int
request
()
Protected:
union
NONAME
int
_ndata
gives size (in bytes) of data to extract
int
_request
maps to member function to be called
Friend methods:
friend
rpcstream
&
operator<<
(
rpcstream
&, const
RpcHdr
&)
friend
rpcstream
&
operator>>
(
rpcstream
&,
RpcHdr
&)
(more documentation)