namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition PubSubStatusType i=14643
isAbstract false
interface UAPubSubStatus_Base {
    disable?: UAMethod;
    enable?: UAMethod;
    state: UABaseDataVariable<EnumPubSubState, Int32>;
}

Hierarchy (view full)

Properties

disable?: UAMethod
enable?: UAMethod