NodeOPCUA API Documentation
    Preparing search index...
    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition FileType i=11575
    isAbstract false
    interface UAFile_Base {
        close: UAMethod;
        getPosition: UAMethod;
        lastModifiedTime?: UAProperty<Date, DateTime>;
        maxByteStringLength?: UAProperty<number, UInt32>;
        mimeType?: UAProperty<UAString, String>;
        open: UAMethod;
        openCount: UAProperty<number, UInt16>;
        read: UAMethod;
        setPosition: UAMethod;
        size: UAProperty<UInt64, UInt64>;
        userWritable: UAProperty<boolean, Boolean>;
        writable: UAProperty<boolean, Boolean>;
        write: UAMethod;
    }

    Hierarchy (View Summary)

    Index

    Properties

    close: UAMethod
    getPosition: UAMethod
    lastModifiedTime?: UAProperty<Date, DateTime>
    maxByteStringLength?: UAProperty<number, UInt32>
    open: UAMethod
    openCount: UAProperty<number, UInt16>
    read: UAMethod
    setPosition: UAMethod
    userWritable: UAProperty<boolean, Boolean>
    writable: UAProperty<boolean, Boolean>
    write: UAMethod