|
Description:
|
dlDownloadTimeout OBJECT-TYPE
SYNTAX INTEGER(60..300)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object specifies the maximum amount of time which may occur
between successive writes to dlDownloadLine. This is accomplished
by limiting the amount of time dlDownloadStatus can be in
the waitingForLine state.
This timeout also limits the amount of time while dlDownloadStatus
is in the initiateComplete(2) state.
The timeout is specified in units of seconds.
The default value is 60. The object is volatile.
The value of dlDownloadTimeout can only be changed when
dlDownloadStatus is done(6). Attempts to change the object
during any other state results only in a badValue error."
|
|
|