NodeOPCUA API Documentation
    Preparing search index...

    Interface UAFrame_Base<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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