namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition FrameType i=18786
dataType ExtensionObject
dataType Name DTFrame i=18813
isAbstract true
interface UAFrame_Base<T> {
    baseFrame?: UABaseDataVariable<NodeId, NodeId>;
    cartesianCoordinates: UACartesianCoordinates<DTStructure>;
    constant?: UAProperty<boolean, Boolean>;
    fixedBase?: UAProperty<boolean, Boolean>;
    orientation: UAOrientation<DTStructure>;
}

Type Parameters

Hierarchy (view full)

Properties

cartesianCoordinates: UACartesianCoordinates<DTStructure>
constant?: UAProperty<boolean, Boolean>
fixedBase?: UAProperty<boolean, Boolean>