CanEasy COM-Help
CanEasy::IDeviceChannel Interface Reference

Inherits IDispatch.

Detailed Description

The device channel can be connected to a database channel.

interface IDeviceChannel : IDispatch
{
HRESULT VirtualChannels([out, retval] IVirtualChannelCol** ppCol);
HRESULT BusType([out, retval] enum BusType* pType);
HRESULT Connect([in] IVirtualChannel* pChannel);
};

Definition at line 9266 of file cand_tlb.idl.

Member Function Documentation

◆ Connect()

HRESULT CanEasy::IDeviceChannel::Connect ( [in] IVirtualChannel pChannel)

Connects this device channel to a virtual channel

Property Documentation

◆ BusType

BusType CanEasy::IDeviceChannel::BusType
get

Returns the bus type supported by this channel

◆ VirtualChannels

IVirtualChannelCol CanEasy::IDeviceChannel::VirtualChannels
get

Returns the collection of connected virtual channels

CanEasy::IDeviceChannel::BusType
BusType BusType
CanEasy::IDeviceChannel::VirtualChannels
IVirtualChannelCol VirtualChannels
CanEasy::IDeviceChannel::Connect
HRESULT Connect([in] IVirtualChannel *pChannel)