namespace http://opcfoundation.org/UA/
nodeClass DataType
name ModelChangeStructureDataType
isAbstract false
interface DTModelChangeStructure {
    affected: NodeId;
    affectedType: NodeId;
    verb: number;
}

Hierarchy (view full)

Properties

affected: NodeId
affectedType: NodeId
verb: number