applOpenFileMode
APPLICATION-MIB ·
.1.3.6.1.2.1.62.1.2.2.1.4
Object
column
Enumeration
This attribute reports the current mode of this file from
the perspective of this running application element.
These values have the following meanings:
read(1) - file opened for reading only
write(2) - file opened for writing only
readWrite(3) - file opened for read and write.
These values correspond to the POSIX/ANSI C library
function fopen() 'type' parameter, using the following
mappings:
r -> read(1)
w -> write(2)
a -> write(2)
+ -> readWrite(3)
Context
- MIB
- APPLICATION-MIB
- OID
.1.3.6.1.2.1.62.1.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- applOpenFileEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | read |
2 | write |
3 | readWrite |