NodeOPCUA API Documentation
    Preparing search index...

    Enumeration OpenFileMode

    Index

    Enumeration Members

    Read: 1

    Read bit 0 The file is opened for reading. If this bit is not set the Read Method cannot be executed.

    ReadWrite: 3
    ReadWriteAppend: 11
    ReadWriteEraseExisting: 7
    Write: 2

    Write bit 1 The file is opened for writing. If this bit is not set the Write Method cannot be executed.

    WriteAppend: 10

    Append 3 When the Append bit is set the file is opened at end of the file, otherwise at begin of the file. The SetPosition Method can be used to change the position.

    WriteEraseExisting: 6

    WriteEraseExisting EraseExisting 2 This bit can only be set if the file is opened for writing (Write bit is set). The existing content of the file is erased and an empty file is provided.