CanEasy COM-Help
|
Collection of service parameter
Definition at line 9428 of file cand_tlb.idl.
HRESULT CanEasy::IServiceParamCol::AddDynamicParam | ( | [in] BSTR | sName, |
[in] long | lStartByte, | ||
[in] long | lByteCount, | ||
[in] enum ByteOrder | enByteOrder, | ||
[out, retval] IDynamicServiceParam ** | |||
) |
Adds a new dynamic (byte aligned) parameter
sName | Name of the parameter |
lStartByte | Start byte of the new item |
lByteCount | Byte length of the new item |
enByteOrder | Byte order of the new item |
HRESULT CanEasy::IServiceParamCol::AddStaticParam | ( | [in] BSTR | sName, |
[in] long | lStartBits, | ||
[in] long | lBitCount, | ||
[in] enum ByteOrder | enByteOrder, | ||
[out, retval] IStaticServiceParam ** | |||
) |
Adds a new static (bit mask) parameter
sName | Name of the parameter |
lStartBits | Startbit of the new item |
lBitCount | Bit length of the new item |
enByteOrder | Byte order of the new item |