GDSX Manual
Service Routines
Extended General Device Support (GDSX) Manual–134303
8-68
SEND^ITC^MSG[X]
created. Then fcb.lhaddr will already be set to the TCB address of the
LINE^HANDLER task.
In the following cases, the FCB of the receiving task is obtained by calling
GET^ITC^FCB once:
•
A DEVICE^HANDLER task is sending a message to a LINE^HANDLER task
that it is not configured for
•
A DEVICE^HANDLER task is sending a message to another
DEVICE^HANDLER task
•
A LINE^HANDLER task is sending a message to a DEVICE^HANDLER task
•
A LINE^HANDLER task is sending a message to another LINE^HANDLER
task
The FCB returned by GET^ITC^FCB is used for fcb in subsequent calls to
SEND^ITC^MSG[X] to send a message to the receiving task.
message input
is a pointer to a buffer containing a message.
write-count input
INT:value
is the number of bytes to write.
read-count input
INT:value
is the number of bytes to read.
tag input
INT(32):value
is a tag, usually an IOCB address.
op-code input
INT:value
INT:ref (Use with SEND^ITC^MSG)
INT .EXT:ref (Use with SEND^ITC^MSGX)