CanEasy COM-Help
CanEasy::IDataEntryColOfStatic Interface Reference
Inheritance diagram for CanEasy::IDataEntryColOfStatic:
CanEasy::IDataEntryColBase CanEasy::ICol

Detailed Description

Collection for database items of type IDataEntryStatic

interface IDataEntryColOfStatic : IDataEntryColBase
{
HRESULT AddStaticDataEntry([in] BSTR bstrStackName, [in] long lStartBits, [in] long lBitCount, [in] enum ByteOrder enByteOrder, [out, retval] IStaticDataEntry**);
};

Definition at line 3319 of file cand_tlb.idl.

Member Function Documentation

◆ AddStaticDataEntry()

HRESULT CanEasy::IDataEntryColOfStatic::AddStaticDataEntry ( [in] BSTR  bstrStackName,
[in] long  lStartBits,
[in] long  lBitCount,
[in] enum ByteOrder  enByteOrder,
[out, retval] IStaticDataEntry **   
)

Adds in new data entry

Parameters
bstrStackNameName of the new item
lStartBitsStartbit of the new item
lBitCountBitlength of the new item
enByteOrderByte order of the new item
Returns
New created entry
CanEasy::IDataEntryColOfStatic::AddStaticDataEntry
HRESULT AddStaticDataEntry([in] BSTR bstrStackName, [in] long lStartBits, [in] long lBitCount, [in] enum ByteOrder enByteOrder, [out, retval] IStaticDataEntry **)
CanEasy::ByteOrder
ByteOrder
The ByteOrder enumeration defines the byte order of a signal.
Definition: cand_tlb.idl:246