CanEasy COM-Help
CanEasy::IDTC Interface Reference
Inheritance diagram for CanEasy::IDTC:
CanEasy::IDatabaseItem

Detailed Description

Single DTC (diagnostic trouble code)

interface IDTC : IDatabaseItem
{
HRESULT Code([out, retval] long* lCode);
HRESULT Display([out, retval] BSTR* display);
HRESULT Level([out, retval] long* level);
};

Definition at line 2900 of file cand_tlb.idl.

Property Documentation

◆ Code

long CanEasy::IDTC::Code
get

Returns the DTC code

◆ Display

BSTR CanEasy::IDTC::Display
get

Returns the DTC display text

◆ Level

long CanEasy::IDTC::Level
get

Returns the DTC level

CanEasy::IDTC::Level
long Level
CanEasy::IDTC::Display
BSTR Display
CanEasy::IDTC::Code
long Code