CanEasy COM-Help
CanEasy::IVirtualChannel Interface Reference

Inherits IDispatch.

Detailed Description

The virtual channel allows to connect a database channel to a hardware channel

interface IVirtualChannel : IDispatch
{
HRESULT BusType([out, retval] enum BusType* pType);
HRESULT Channel([out, retval] LONG* pVal);
HRESULT Delete();
};

Definition at line 9056 of file cand_tlb.idl.

Member Function Documentation

◆ Delete()

HRESULT CanEasy::IVirtualChannel::Delete ( )

Deletes this virtual channel

Property Documentation

◆ BusType

BusType CanEasy::IVirtualChannel::BusType
get

Returns the bus type (CAN, LIN, ETH)

◆ Channel

LONG CanEasy::IVirtualChannel::Channel
get

Returns the virtual channel index

CanEasy::IVirtualChannel::Channel
LONG Channel
CanEasy::IVirtualChannel::Delete
HRESULT Delete()
CanEasy::IVirtualChannel::BusType
BusType BusType