OptionalprotocolThe protocol used for communication.
OptionalipThe IP address or hostname of the service.
OptionalportThe port number on which the service is listening.
OptionalbaseThe base URI for connections using the DOIP API for HTTP Clients. See also Cordra's documentation on this API.
OptionalpathAdditional path information for the service endpoint. For HTTPS interfaces without a baseUri, the path will be used to construct a URI, along with the ipAddress and port.
OptionalserviceThe identifier for the service, typically used as the target ID for service-level operations.
OptionalprotocolThe DOIP protocol version supported by the service.
OptionalpublicThe public key of the service, used for verification.
OptionalinterfacesInterfaces through which the service can be accessed, in addition to any interface defined at the top level of the ServiceInfo object.
Information used to connect to a DOIP service. This includes metadata about the service and information about the service's available network interfaces.
Note that because ServiceInfo extends ServiceInfoInterface, network interface information can be defined at the top level of this object or in the
interfacesproperty.Example