Loading...
Searching...
No Matches
IDataDistributionChannel Class Referenceabstract

The basic interface for all channel. More...

#include <DataDistributionManager.h>

Public Member Functions

virtual const char * GetChannelName ()=0
 Returns the channel name.
 
virtual GENERIC_HANDLE GetOpaqueHandle ()=0
 Returns an opaque version of the channel handle.
 

Detailed Description

The basic interface for all channel.

CHANNEL_HANDLE can be casted to IDataDistributionChannel

See also
IDataDistributionChannelBase::CreateChannel

Member Function Documentation

◆ GetChannelName()

virtual const char * IDataDistributionChannel::GetChannelName ( )
pure virtual

Returns the channel name.

Returns the channel name

Returns
the channel name

◆ GetOpaqueHandle()

virtual GENERIC_HANDLE IDataDistributionChannel::GetOpaqueHandle ( )
pure virtual

Returns an opaque version of the channel handle.

Returns an opaque version of the channel handle

Returns
opaque version of the channel handle

The documentation for this class was generated from the following file: