LIN Middleware 2.0.0.1261
 
Loading...
Searching...
No Matches
Node Configuration Status

General Description

Macros

#define LD_READ_OK   (0x01U)
 Read configuration completed.
 
#define LD_LENGTH_TOO_SHORT   (0x02U)
 Read configuration failed.
 
#define LD_SET_OK   (0x01U)
 Set configuration completed.
 
#define LD_LENGTH_NOT_CORRECT   (0x02U)
 Set configuration failed.
 
#define LD_DATA_ERROR   (0x04U)
 Set of configuration could not be set.
 

Macro Definition Documentation

◆ LD_LENGTH_TOO_SHORT

#define LD_LENGTH_TOO_SHORT   (0x02U)

Read configuration failed.

The configuration size is greater than the length.

◆ LD_LENGTH_NOT_CORRECT

#define LD_LENGTH_NOT_CORRECT   (0x02U)

Set configuration failed.

The required configuration size is not equal to the given length.

◆ LD_DATA_ERROR

#define LD_DATA_ERROR   (0x04U)

Set of configuration could not be set.

An error occurred while setting the configuration and the read back configuration settings do not match the required settings.