CLNLST |
API returns a list of clients that can be run with a
specific server version.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SER |
Input |
Version of the server
|
ARY |
Output |
Array root that for the list
|
ACT |
Input |
1 - return only active clients 0 - return all clients
|
|
ACTCLT |
Function returns the status of a client version. The
status indicates whether or not the client is active.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
CLT |
Input |
This variable is the client version
|
RESULTS |
Output |
1 - Active 0 - Not Active -1^Error message
|
|
ACTSER |
Returns the status of a server version
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SER |
Input |
This variable holds the server version
|
ARY |
Output |
Array root for the results. 1 - success 0 - none
found
|
|
UPCLNLST |
updates the client/server pair, if indicated, in
files 404.45 and 404.46
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SCX |
Input |
string with input values SERVER PATCH^CLIENT
VERSION^ENABLE OVERRIDE (1=BYPASS, 0=NO (DEFAULT))^ACTIVE SERVER
(1=YES(DEFAULT),0=NO)^ACTIVE CLIENT(1=YES(DEFAULT),0=NO) the first two pieces
are required
|
SCRESULT |
Output |
1 - success 0 - failure/not allowed
|
|