Contenido principal

disconnect

R2026b

Class: lidar.connector.Connector
Namespace: lidar.connector

Disconnect external tool from Multi-Sensor Labeler app

Since R2026b

Syntax

disconnect(connectorObj)

Description

disconnect(connectorObj) disconnects the interface between an external tool and the Multi-Sensor Labeler app. The client calls this method using the connectorObj object. After the external tool is disconnected, the Multi-Sensor Labeler app no longer calls the frameChangeListener method in the client class.

Note

The client class can call this method.

Input Arguments

expand all

Connector object, specified as a lidar.connector.Connector object.

Version History

Introduced in R2026b