NetIPC 3000/XL Programmer's Reference Manual (5958-8600)
Table Of Contents
- 1 NetIPC Fundamentals
- 2 Cross-System NetIPC
- 3 NetIPC Intrinsics
- 4 NetIPC Examples
- A IPC Interpreter (IPCINT)
- B Cause and Diagnostic Codes
- C ErrorMessages
- D Migration From PTOP to NetIPC and RPM
- E C Program Language Considerations

106 Chapter3
NetIPC Intrinsics
IPCRECV
On the PC, you can specify the maximum receive size of the data buffer
through the
got array
in the IPCCONNECT call. This determines what
the maximum value the
dlen
parameter can be for any IPCRECV call.
PC NetIPC has no option array deļ¬ned in IPCCONNECT. This does not
affect cross-system communication. The maximum receive size of the
data in the buffer on the HP 3000 will determine the receive size buffer
on the PC.