EcDiagnosticsProcessDataObjectEntryID

Prozessdaten (ID)

Allgemeine Informationen

Domain

TcHmiEcDiagnostics

Schema

Typ

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"
}