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 2 Next »

Description

Structure for connections.

Usage

typedef struct OP_CONNECTION_INFO{
    struct OP_DATAPOINT_INFO dataPoint[2];
} OP_CONNECTION_INFO;

Elements
  • datapoint: Array of 2 elements corresponding to the 2 elements of the connection.
ExamplesNone.
Related ItemsOpalGetConnectionsDescription, OP_DATAPOINT_INFO
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOPalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h
  • No labels