|
|
Description:
|
cmOtpProgramResult OBJECT-TYPE
SYNTAX INTEGER {notAttempted(-1), success(0), failedAlreadyProgrammed(1), failedProgrammingNotSupported(2), failedHardwareFailure(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the result of an attempt to program the OTP. Note that this
value does not persist across a reboot, but it will provide the result
of an attempt to program the OTP until the device is rebooted.
notAttempted(-1): no attempt has been made to program the OTP since the
last reboot.
success(0): programming was successful.
failedAlreadyProgrammed(1): the part has already been programmed.
failedProgrammingNotSupported(2): OTP programming is not supported on
this platform.
failedHardwareFailure(3): internal h/w failure. In this case, the
chip should be discarded, since some of the bits may have been
programmed and others might have failed."
|
|
|
|