Struct IRequestChannel#
Defined in File com.h
Inheritance Relationships#
Derived Type#
public CChannelBroker
(Class CChannelBroker)
Struct Documentation#
-
struct IRequestChannel#
Request a channel to connect to the core application.
Subclassed by CChannelBroker
Public Functions
-
virtual sdv::u8string RequestChannel(const sdv::u8string &ssConfig) = 0#
Request a channel.
- Parameters:
ssConfig – [in] Configuration; currently not used.
- Returns:
The channel string needed to initialize the channel.
- u8string RequestChannel (in u8string ssConfig)
Request a channel.
- Parameters:
ssConfig – [in] Configuration; currently not used.
- Returns:
The channel string needed to initialize the channel.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x2489483531D1377D#
Interface ID.
-
virtual sdv::u8string RequestChannel(const sdv::u8string &ssConfig) = 0#