|
|
Description:
|
cdFactNonVolOperStatus OBJECT-TYPE
SYNTAX INTEGER {idle(0), readPending(1), reading(2), writePending(3), writing(4)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object reports the current state of the non volatile storage on
this device. If no read or write operation is currently pending or in
progress, then the object will return a value of idle(0). If a read or
write operation is currently pending or in progress, the appropriate
value will be returned. This object may be polled to determine when
a write operation initiated by cdFactCommitSettings is complete."
|
|
|
|