This interface is an enumeration interface that exposes information about maintenance information for a vehicle.
Method |
Description |
IVIO_EnumMaintenanceItems::Add | Adds a new entry in the vehicle maintenance items collection. The new item identifier matches the value of nItemId. |
IVIO_EnumMaintenanceItems::Clone | Retrieves another enumerator that contains the same state information as the current one. |
IVIO_EnumMaintenanceItems::Next | Retrieves the specified number of items in the enumeration sequence. |
IVIO_EnumMaintenanceItems::Reset | Resets the enumerator back to the beginning of the collection. |
IVIO_EnumMaintenanceItems::Seek | Seeks to the entry in the vehicle maintenance items collection that has the specified item identifier. |
IVIO_EnumMaintenanceItems::Skip | Skips over the specified number of items in the vehicle maintenance items collection. |