adsRoute

ADS-Route

Allgemeine Informationen

Domain

TcHmiSrv

Schema

Typ

string

JSON-Schema

{
    "allOf": [
        {
            "oneOf": [
                {
                    "format": "ipv4"
                },
                {
                    "format": "amsnetid"
                }
            ]
        },
        {
            "description": "descAdsRoute",
            "optionMethod": {
                "symbol": "ADS.ListRoutes"
            },
            "type": "string"
        }
    ]
}