CMP_CONNECT_VER3 structure (61883.h)

This structure contains information for a connection request.

Syntax

typedef struct _CMP_CONNECT_VER3 {
  IN HANDLE               hOutputPlug;
  IN HANDLE               hInputPlug;
  IN CMP_CONNECT_TYPE     Type;
  IN CIP_DATA_FORMAT_VER3 Format;
  OUT HANDLE              hConnect;
} CMP_CONNECT_VER3, *PCMP_CONNECT_VER3;

Members

hOutputPlug

The handle of an output plug.

hInputPlug

The handle of an input plug.

Type

The type of the requested connection.

Format

The requested data format.

hConnect

The handle for the created connection.

Requirements

Requirement Value
Header 61883.h

See also

AV_61883_REQUEST