EcDiagnosticsProcessDataObjectEntryID

Process data (Object entry ID)

General Information

Domain

TcHmiEcDiagnostics

Schema

Type

object

JSON Schema

{
    "description": "descEcDiagnosticsProcessDataObjectEntryID",
    "properties": {
        "entryIndex": {
            "type": "string"
        },
        "entrySubIndex": {
            "type": "string"
        },
        "io": {
            "type": "string"
        },
        "objectIndex": {
            "type": "string"
        }
    },
    "required": [
        "io",
        "objectIndex",
        "entryIndex",
        "entrySubIndex"
    ],
    "type": "object"
}