CanEasy COM-Help
CanEasy::ISignalGroup Interface Reference
Inheritance diagram for CanEasy::ISignalGroup:
CanEasy::IDataEntryBase CanEasy::IValue CanEasy::IDatabaseItem

Detailed Description

Signal group that contains signals.

Signals of a group can be first changed and are written at once into the message payload by the signal group.

interface ISignalGroup : IDataEntryBase
{
HRESULT Apply();
HRESULT Signals([out, retval] ISignalCol** ppVal);
};

Definition at line 3780 of file cand_tlb.idl.

Member Function Documentation

◆ Apply()

HRESULT CanEasy::ISignalGroup::Apply ( )

Applies the group. All signals are written into the message payload.

Property Documentation

◆ Signals

ISignalCol CanEasy::ISignalGroup::Signals
get

Returns collection of all signals in this group

CanEasy::ISignalGroup::Apply
HRESULT Apply()
CanEasy::ISignalGroup::Signals
ISignalCol Signals