Back to LIN Commands
CMD_GET_LDF_INFO

Command: CMD_GET_LDF_INFO
Destination: SD_LIN
Destination Channel: 0

Description

Clients use this command to retrieve Global Definition information from the LDF (LIN Description File) that has been parsed.


Command Data Format

none


Response Data Format

Protocol Version Language Version Bitrate
16 bytes 16 bytes 4 bytes

Protocol Version
A null padded string that is the LIN protocol version number.

Language Version
A null padded string that is the LIN language version number.

Bitrate
The bitrate in bits per second. The value is in network byte order.


Response Return Codes

RESP_OK Execution of the command was successful.
RESP_INVAL_PARAM No LDF (LIN Description File) has been parsed.
RESP_UNSUPPORTED This command is not supported on the specified channel.
RESP_UNREG The specified source channel is not registered with the server.
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|