|
|
Description:
|
flashCmdStatus OBJECT-TYPE
SYNTAX INTEGER { idle(1),
other(2), -- none of the following
flashVerifyServer(3),
flashCleanup(4), -- erasing "dirty" flash
downLoadActive(5),
upLoadActive(6),
completeError(7) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Status of the download or upload operation. The idle(1)
status indicates no operation is in progress. The
downLoadActive(3) or upLoadActive(4) indicate a file
transfer in progress. The completeError(5) status indicates
that a file transfer was started but an error was detected."
|
|