CanEasy COM-Help
CanEasy::IDeviceChannelCol Interface Reference

Inherits IDispatch.

Detailed Description

Collection of device channels

interface IDeviceChannelCol : IDispatch
{
//VSTAHidden
HRESULT _NewEnum([out, retval] IUnknown** ppItem);
HRESULT Item([in] LONG index, [out, retval] IDeviceChannel** ppChannel);
HRESULT Count([out, retval] LONG* pCount);
};

Definition at line 9312 of file cand_tlb.idl.

Property Documentation

◆ _NewEnum

IUnknown CanEasy::IDeviceChannelCol::_NewEnum
get

Returns enumerator of type IEnumVARIANT

◆ Count

LONG CanEasy::IDeviceChannelCol::Count
get

Returns the count of device channels

◆ Item

IDeviceChannel CanEasy::IDeviceChannelCol::Item([in] LONG index)
get

Returns item by name or by index (starting from 1)

CanEasy::IDeviceChannelCol::Item
IDeviceChannel Item([in] LONG index)
CanEasy::IDeviceChannelCol::Count
LONG Count
CanEasy::IDeviceChannelCol::_NewEnum
IUnknown _NewEnum