|
Description:
|
ipeFsUsbProcStatus OBJECT-TYPE
SYNTAX INTEGER {invalid(0), completed(1), executing(2), diskFullError(98), noSuchFileError(99), unKnownFileError(101), notInsertError(102), accessError(103), otherError(127)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of USB memory control result.
The classification of a setting value and the meaning are as
follows.
0:Invalidity
1:NORMAL:Normal end
2:NORMAL:Executing
98:ERROR:The lack of free space on disk or media
99:ERROR:File/directory not found
101:ERROR:The kind of designated files,the size, contents, etc.
are unjust
102:ERROR:Media aren't inserted
103:ERROR:Media access error (ex:unjust format)
127:ERROR:Undefined error (other errors)
When having a control instruction, it's made '2:Executing'.
*'0:Invalidity' is used as an initial state.
*Pertinent details: ipeFsUsbCommand"
|
|
|