FSV-C-get-comms-info

Gets the communications information for the currently accessed server.

Syntax:

When the fsview has been initialized using FSV-C the callback uses the following syntax:

call FSV-C-get-comms-info using      fsvw-data-block

When the fsview has been initialized using FSC-C-long-password the callback uses the following syntax:

call FSV-C-get-comms-info using      fsvw2-data-block

Parameters:

Parameters when the fsview has been initialized using FSV-C (fsvw-data-block):

fsvw-comms-module-line1
pic x(42).
fsvw-comms-module-line2
pic x(42).
fsvw-send-failures
pic 9(10).
fsvw-comms-busy
pic 9(10).
fsvw-comms-timeouts
pic 9(10).

Parameters when the fsview has been initialized using FSC-C-long-password (fsvw2-data-block):

fsvw2-comms-module-line1
pic x(42).
fsvw2-comms-module-line2
pic x(42).
fsvw2-send-failures
pic 9(10).
fsvw2-comms-busy
pic 9(10).
fsvw2-comms-timeouts
pic 9(10).

See FSVIEW Datablock or FSVW2 Datablock for a complete definition of the fsvw-data-block or fsvw2-data-block respectively.

On Entry:

None.

On Exit:

When fsview has been initialized using FSV-C:

fsvw-comms-module-line1
A list of the communications modules in use.
fsvw-comms-module-line2
A list of the communications modules in use. fsvw-comms-module-line2 is an extension of fsvw-comms-module-line1.
fsvw-send-failures
The number of send failures.
fsvw-comms-busy
The number of times communications reported status busy.
fsvw-comms-timeouts
The number of times communications reported timeouts

When fsview has been initialized using FSV-C-long-password:

fsvw2-comms-module-line1
A list of the communications modules in use.
fsvw2-comms-module-line2
A list of the communications modules in use. fsvw-comms-module-line2 is an extension of fsvw-comms-module-line1.
fsvw2-send-failures
The number of send failures.
fsvw2-comms-busy
The number of times communications reported status busy.
fsvw2-comms-timeouts
The number of times communications reported timeouts

Comments:

The success of the call can be checked by examining RETURN-CODE.