| OID | 1.3.6.1.2.1.62.1.2.2.1.4 |
| Module | APPLICATION-MIB (ietf) |
| Nom | applOpenFileMode |
| Acces | readonly |
| Status | current |
| Description | 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) |
| Syntaxe | Enumeration (1-read, 2-write, 3-readWrite) |