|
|
Description:
|
cardOpeSaveResult OBJECT-TYPE
SYNTAX INTEGER { -- ACT/SBY
succeed (1), -- OK/OK
succeed-act (2), -- OK/NG
succeed-sby (3), -- NG/OK
temporaryFailure (4), -- NG/NG
nearend (5), -- OK(NearEND)/OK(NearEND)
nearend-act (6), -- OK(NearEND)/OK
nearend-act-failure-sby (7),-- OK(NearEND)/NG
nearend-sby (8), -- OK/OK(NearEND)
nearend-sby-failure-act (9),-- NG/OK(NearEND)
notReady (10), -- SAVE cannot be performed.
ready (11) -- SAVE is in preparation.
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The result of card save processing.
OK /NG indicate that SAVE processing completed/failed,
respectively.
(NearEND) indicates that the number of writes into FROM
approaches to the limit."
|
|
|
|