Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_SEND^CI
A-108
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_SEND^CI
_SEND^CI initiates sending a message to a server CI. After initiating _SEND^CI, the
thread must eventually return to the frame to wait for its completion with _RC^WAIT.
error returned value
INT
If > 0, is a file system error. File system errors are described in the Guardian
Procedure Errors and Messages Manual.
If < 0, is a ZDSN error. See Appendix B, “DSNM Error Codes,” for ZDSN error
code definitions.
ciid input
is the CIID structure (declared with _CI^ID) identifying an open CI.
buffer input
INT .EXT:ref:*
is an array containing information to be sent to the CI. On return, buffer contains
the information read from the CI (and is referred to as the “reply buffer”).
write-count input
INT:value
is the number of bytes to send to the CI.
reply-count input
INT:value
is the maximum number of bytes accepted from the CI in the reply buffer.
error := _SEND^CI ( ciid
,buffer
,write-count
,reply-count
,[ context-boolean ]
,[ tag ]
,[ timeout ] );