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

214 AppendixD
Migration From PTOP to NetIPC and RPM
Exchanging Data
Syntax
ifun := GET [([
itag
][,
il
][,
ionumber
]
• If the slave requires a master function, receive a one byte master
function number from the virtual circuit from the master.
• If the slave requires the request length, receive the length from the
virtual circuit.
• If a tag is specified, receive the master tag from the virtual circuit.
To convert the PTOP intrinsic listed below, perform the following steps.
Syntax
ACCEPT [([
itag
[,
target
][,
tcount
)]
• Depending on the master function, either known to the application,
or received from the master in Step (1):
PREAD: Send the target data, of length fncttcount, on the virtual circuit
to the master.
PWRITE: Receive the data into target, using either the known fncttcount
or the length received from the master in Step (2).
• If a tag is specified, send the slave tag on the virtual circuit.