namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition PubSubConfigurationType i=25482
isAbstract false
interface UAPubSubConfiguration_Base {
    close: UAMethod;
    closeAndUpdate: UAMethod;
    getPosition: UAMethod;
    lastModifiedTime?: UAProperty<Date, DateTime>;
    maxByteStringLength?: UAProperty<number, UInt32>;
    mimeType?: UAProperty<UAString, String>;
    open: UAMethod;
    openCount: UAProperty<number, UInt16>;
    read: UAMethod;
    reserveIds: UAMethod;
    setPosition: UAMethod;
    size: UAProperty<UInt64, UInt64>;
    userWritable: UAProperty<boolean, Boolean>;
    writable: UAProperty<boolean, Boolean>;
    write: UAMethod;
}

Hierarchy (view full)

Properties

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