NodeOPCUA API Documentation
    Preparing search index...

    Interface UAShelvedStateMachine_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition ShelvedStateMachineType i=2929
    isAbstract false

    Hierarchy (View Summary)

    Index

    Properties

    availableStates?: UABaseDataVariable<NodeId[], NodeId>
    availableTransitions?: UABaseDataVariable<NodeId[], NodeId>
    oneShotShelve: UAMethod
    oneShotShelve2?: UAMethod<UAMethodEvents>
    oneShotShelved: UAState
    oneShotShelvedToTimedShelved: UATransition
    oneShotShelvedToUnshelved: UATransition
    timedShelve: UAMethod
    timedShelve2?: UAMethod<UAMethodEvents>
    timedShelved: UAState
    timedShelvedToOneShotShelved: UATransition
    timedShelvedToUnshelved: UATransition
    unshelve: UAMethod
    unshelved: UAState
    unshelvedToOneShotShelved: UATransition
    unshelvedToTimedShelved: UATransition
    unshelveTime: UAProperty<number, Double>