CanEasy COM-Help
CanEasy::ICaptureEntry Interface Reference

Inherits IDispatch.

Detailed Description

Capture timer entry which is used by ICaptureTimer.

Provides access to data and timestamp

interface ICaptureEntry : IDispatch
{
HRESULT Data([out, retval] VARIANT *pVal);
HRESULT Timestamp([out, retval] double *pVal);
};

Definition at line 7227 of file cand_tlb.idl.

Property Documentation

◆ Data

VARIANT CanEasy::ICaptureEntry::Data
get

Any kind of data

◆ Timestamp

double CanEasy::ICaptureEntry::Timestamp
get

Timestamp in hours

CanEasy::ICaptureEntry::Timestamp
double Timestamp
CanEasy::ICaptureEntry::Data
VARIANT Data