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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Group

Model selection
Description

Returns an opaque handle associated with the current connection. This handle can be passed back to a subsequent SetConnHandle. If there is no current connection, one is created.

Required Control

None
Usage

handle = RtlabApi.GetConnHandle()

Input

None

Output
  • handle: handle of the current connection.
Exception
  • EOK: Success.
  • ENOMEM: Memory allocation error
  • E2BIG: Too many open connections for this process.
ExamplesSee multi_models
Related ItemsDeleteConnHandle, NewConnHandle, SetConnHandle
Modulesimport RtlabApi
  • No labels