> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionIso11783ILsetmsgdelaytime

[Open topic with navigation](../../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/ISO11783/ISOInteractionLayer/Functions/CAPLfunctionIso11783ILsetmsgdelaytime.md)

**CAPL Functions** » **ISO11783** » **ISO11783 Interaction Layer** » **Iso11783IL\_SetMsgDelayTime**

# Iso11783IL\_SetMsgDelayTime

[Valid for](../../../../Shared/FeatureAvailability.md): CANoe DE • CANoe4SW DE

## Function Syntax

```plaintext theme={null}
long Iso11783IL_SetMsgDelayTime( dbMsg dbMessage, dword delayTime );
```

## Description

Sets the message delay time in ms.

## Parameters

* **dbMessage**: Message name as defined in the database
* **delayTime**: Delay time in ms

## Return Values

* **0**: Success
* **\< 0**: [Error code](../../../CAPLfunctionsISOj1939ErrorCodes.md)

## Example

—
