CanEasy COM-Help
CanEasy::ITimerControl Interface Reference
Inheritance diagram for CanEasy::ITimerControl:
CanEasy::ITimer

Detailed Description

The timer control can be used for the cyclic transmission or for detecting timeout

interface ITimerControl : ITimer
{
HRESULT Set([in] long nElapse);
HRESULT Kill();
HRESULT Value([out, retval] double* pVal);
HRESULT Value([in] double dNewVal);
};

Definition at line 7032 of file cand_tlb.idl.

Member Function Documentation

◆ Kill()

HRESULT CanEasy::ITimerControl::Kill ( )

Deprecated: Stops the current timer.

Was replaced with method Stop

◆ Set()

HRESULT CanEasy::ITimerControl::Set ( [in] long  nElapse)

Deprecated: Sets the new timer value in milliseconds.

Was replace by Value property

Property Documentation

◆ Value

double CanEasy::ITimerControl::Value
getset

Timer value in milliseconds

CanEasy::ITimerControl::Kill
HRESULT Kill()
Deprecated: Stops the current timer.
CanEasy::ITimerControl::Value
double Value
CanEasy::ITimerControl::Set
HRESULT Set([in] long nElapse)
Deprecated: Sets the new timer value in milliseconds.