: Public <<typedef>> Class
Created: 2008/5/16 10:00:53
Modified: 2008/5/16 10:28:17
Project:
Advanced:
In this data-type each bit has an individual meaning.  The bit is set to 1 when the condition holds.  For example, if the 2nd bit (0x02) is set to 1, this means that the test failed this operation cycle.  If the bit is set to 0, it has not yet failed this cycle.<br/>
Attribute
Public
  range
Details:
 
Public
  DEM_UDS_STATUS_TF
Details:
Notes: bit 0: TestFailed<br/><br/>
Public
  DEM_UDS_STATUS_TFTOC
Details:
Notes: bit 1: TestFailedThisOperationCycle<br/><br/>
Public
  DEM_UDS_STATUS_PDTC
Details:
Notes: bit 2: PendingDTC<br/><br/>
Public
  DEM_UDS_STATUS_CDTC
Details:
Notes: bit 3: ConfirmedDTC<br/><br/>
Public
  DEM_UDS_STATUS_TNCSLC
Details:
Notes: bit 4: TestNotCompletedSinceLastClear<br/><br/>
Public
  DEM_UDS_STATUS_TFSLC
Details:
Notes: bit 5: TestFailedSinceLastClear<br/><br/>
Public
  DEM_UDS_STATUS_TNCTOC
Details:
Notes: bit 6: TestNotCompletedThisOperationCycle<br/><br/>
Public
  DEM_UDS_STATUS_WIR
Details:
Notes: bit 7: WarningIndicatorRequested<br/><br/>
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«type» uint8 Class Generalization To