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

    Variable registerSystemInfoBehaviorConst

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

    Registers a System Info behavior object allowing each system info screen to call its behavior methods

    Type Declaration

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

        • behaviors: WorkerModule<any>

          The SystemInfoBehaviors object to register

        Returns void