Specifications
Interfaces
.
Page
42
Port-id
-
a port identification assigned by the Reserve-remote-
console function.
Command-break-flag
-
a logical value, where true indicates that
the data in the command-data-buffer
is
to be preceeded by a break
condition in the serial byte stream, This
is
for target system
console implementations with an RS232-C type interface.
Command-data-buffer
-
a buffer containing command data to be sent
to the remote system. This must not be larger than the maximum
size command the remote system can receive, as indicated through
the Read-identity function.
Response-data-buffer
-
a buffer to receive data from the remote
system. This must be at least as large as the maximum size
response the remote system can send, as indicated through the
Read-identity-poll function.
outputs:
Return-code
-
the status of the request. One of:
Success
-
console command accepted for transmission.
Unrecognized port
-
there is no open port with the specified
identification.
Function denied
-
a previous Send-console-command function was
still pending.
Invalid buffer size
-
the command buffer is larger than the
target Server allows, or the response buffer is smaller than
the target Server allows.
Receipt-number
-
the request identification
used in the Console-
abort or Console-response-poll functions to
identify this request.
Function:
Polls for completion of the Send-console-command function.
Inputs:
Receipt-number
-
the request identification assigned to the Send-
console-command function.
outputs:
Return-code
-
the status of the request. One of: