IConnectionPoint Class Reference
[VST 3 Interfaces to be implemented by Plug-inVST 3 Interfaces defined in version 3.0.0]

Connect a component with another one. More...

#include <ivstmessage.h>

Inheritance diagram for IConnectionPoint:
Inheritance graph
[legend]

Public Member Functions

virtual tresult connect (IConnectionPoint *other)=0
 Connects this instance with another connection point.
virtual tresult disconnect (IConnectionPoint *other)=0
 Disconnects a given connection point from this.
virtual tresult notify (IMessage *message)=0
 Called when a message has been sent from the connection point to this.

Static Public Attributes

static const FUID iid

Detailed Description

Connect a component with another one.

This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected.

See also:
Communication between the components

Member Function Documentation

virtual tresult connect ( IConnectionPoint other  )  [pure virtual]

Connects this instance with another connection point.

virtual tresult disconnect ( IConnectionPoint other  )  [pure virtual]

Disconnects a given connection point from this.

virtual tresult notify ( IMessage message  )  [pure virtual]

Called when a message has been sent from the connection point to this.

Implemented in ComponentBase.


Field Documentation

const FUID iid [static]

Reimplemented from FUnknown.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.