CanEasy COM-Help
|
Collection of database items which are mapping their data to parent and children
Definition at line 3346 of file cand_tlb.idl.
HRESULT CanEasy::IDataEntryColOfDynamic::AddArray | ( | [in] BSTR | sName, |
[in] long | lStartByte, | ||
[in] long | lByteCount, | ||
[in] enum ByteOrder | enByteOrder, | ||
[in] long | lArrayElemByteCount, | ||
[out, retval] IDataArray ** | |||
) |
Adds new array database item (byte aligned)
sName | Name of the new item |
lStartByte | start byte mapped to the parent data |
lByteCount | Byte length |
enByteOrder | Byte order (Motorola, Intel) |
lArrayElemByteCount | Byte length of one array element |
HRESULT CanEasy::IDataEntryColOfDynamic::AddDynamicDataEntry | ( | [in] BSTR | sName, |
[in] long | lStartByte, | ||
[in] long | lByteCount, | ||
[in] enum ByteOrder | enByteOrder, | ||
[out, retval] IDynamicDataEntry ** | |||
) |
Adds new dynamic database item (byte aligned)
sName | Name of the new item |
lStartByte | start byte mapped to the parent data |
lByteCount | Byte length |
enByteOrder | Byte order (Motorola, Intel) |
HRESULT CanEasy::IDataEntryColOfDynamic::AddStaticDataEntry | ( | [in] BSTR | sName, |
[in] long | lStartBit, | ||
[in] long | lBitCount, | ||
[in] enum ByteOrder | enByteOrder, | ||
[out, retval] IStaticDataEntry ** | |||
) |
Adds new static database item using bit mask
sName | Name of the new item |
lStartBit | start bit mapped to the parent data |
lBitCount | Bit length internally converted to bit mask |
enByteOrder | Byte order (Motorola, Intel) |