OSI/TS Configuration and Management Manual

NonStop Kernel File-System Interface
OSI/TS Configuration and Management Manual424831-001
7-13
SETPARAM 10
old^remote^dte
is the current remote DTE address.
SETPARAM 10
The subdevice status block contains a description of the current subdevice
configuration and protocol state. After the connection-establishment phase, the
subdevice status block contains the results of protocol negotiation. Your
application can fetch the subdevice status block at any time by issuing the
following:
status^block
contains the current subdevice status block returned to the application.
size
contains the number of octets returned in the status block.
The status block contains a fixed part. This part can be followed by a number
of variable-length records, which can contain user data from a received CR-
TPDU or DR-TPDU. (Note that you can obtain more information about a
connection and detailed error information using a WRITEREAD call. See
Requesting Status Information
later in this section.)
Figure 7-3
illustrates the structure of the subdevice status block.
CALL SETPARAM ( filenum, 10, , , status^block, size
)