DeleteConnHandle

Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

DeleteConnHandle

Group

Model selection

Description

The specified handle must have been obtained from GetConnHandle or NewConnHandle.

The specified connection is deleted. If connected, it is disconnected before deleting.

Required Control

None

Usage

RtlabApi.DeleteConnHandle(handle)

Input

  • handle: handle of a connection.

Output

None

Exception

  • EOK: Success.

  • ENOMEM: memory allocation error.

  • E2BIG: too many open connections for this process.

Examples

See multi_models

Related Items

NewConnHandle, GetConnHandle, SetConnHandle.

Modules

import RtlabApi