Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

_DoIP_PowerModeInformationResponse

Valid for: CANoe DE Note
The following DoIP CAPL function is only available with the modeling library DoIP.dll and eventually an appropriate implementation of the CAPL Callback Interface. Information about the DoIP DLL and the CAPL Callback Interface you find here:

Function Syntax

void _DoIP_PowerModeInformationResponse(char IPaddress[], BYTE value);

Description

The tester received a response for a Power Mode Information Request. The vehicle’s IP address is given as first argument, in text form.

Parameters

  • IPaddress: Address in text form, e.g. “169.254.32.1” (IPv4) or “2001::1” (IPv6).
  • value: Power mode information returned by the vehicle.

Return Values

Example

See DoIP_SendPowerModeInformationRequest DoIP_SendPowerModeInformationRequestDoIP_SetPowerModeInformation