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.

Group

Utilities

Description

Get the configuration and mode of the Auto-connection

Required Control

None

Usage

(modeval, configval) = RtlabApi.GetAutoConnectionConfiguration()

Input

None

Output

  • modeval: Auto-connect Mode. See OP_AUTOCONNECT_MODE.

  • configval: Auto-connect Configuration. See OP_AUTOCONNECT_CONFIG.

Exception

  • ENOMEM: Memory allocation error.

  • EBADF: Project not specified by previous OpenProject

Examples

None

Related Items

OP_AUTOCONNECT_MODE, OP_AUTOCONNECT_CONFIG

Modules

import RtlabApi