Guardian Procedure Errors and Messages Manual
INT autologoffdelay; ! [2] see #GETCONFIGURATION
INT logoffscreenclear; ! [3] description in the
INT remotesuperid; ! [4] TACL Reference
INT blindlogon; ! [5] Manual for more
INT namelogon; ! [6] information on these
INT cmontimeout; ! [7] parameters.
INT cmonrequired; ! [8]
INT remotecmontimeout; ! [9]
INT remotecmonrequired; ! [10]
INT nochangeuser; ! [11]
INT stoponfemodemerr; ! [12]
INT requestcmonuserconfig; ! [13]
END;
The length of the message is 4 bytes plus 2 times the value in the variable count. The message
length is currently 28 bytes.
The format of the display message is as follows:
STRUCT config^text^reply;
BEGIN
INT replycode; ! [0] <> 0
!
STRING !
replytext [0:n]; ! [1] optional message to be
! displayed; maximum of
! 132 bytes
END;
The length of the message is 2 bytes plus the replytext length in bytes. The length of replytext is
implied in the reply count used when making a reply. If count=2, no text is displayed.
Message Descriptions 247