Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Type Alias OnGoingOnlineCallback

    OnGoingOnlineCallback: (
        isNewView: boolean,
        isMounting: boolean,
        onlineCounter: number,
    ) => void

    Callback type for when the view goes online.

    Type Declaration

      • (isNewView: boolean, isMounting: boolean, onlineCounter: number): void
      • Parameters

        • isNewView: boolean

          Whether the view is newly created.

        • isMounting: boolean

          Whether the view is mounting.

        • onlineCounter: number

          The number of times CanKing has gone online.

        Returns void