Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Variable registerSourceBehaviorConst

    registerSourceBehavior: (behaviors: WorkerModule<any>) => void

    Registers a Source behavior object allowing various entities to call source behavior methods

    Type Declaration

      • (behaviors: WorkerModule<any>): void
      • Parameters

        • behaviors: WorkerModule<any>

          The SourceBehaviors object to register

        Returns void