This interface is an enumeration interface that exposes information about maintenance entry information for a vehicle.
Method |
Description |
IVIO_EnumMaintenanceEntry::Clone | Retrieves another enumerator that contains the same state information as the current one. |
IVIO_EnumMaintenanceEntry::Next | Retrieves the specified number of items in the enumeration sequence. |
IVIO_EnumMaintenanceEntry::Reset | Resets the enumerator back to the beginning of the collection. |
IVIO_EnumMaintenanceEntry::Seek | Seeks to the entry in the enumeration list that matches the maintenance entry item identifier that is passed to the method in nItemId. |
IVIO_EnumMaintenanceEntry::Set | Sets the value of the current item referenced by the enumerator. |
IVIO_EnumMaintenanceEntry::Skip | Skips over the specified number of items in the maintenance entry enumeration list. |