Back to LIN Commands
CMD_LDF_DELETE

Command: CMD_LDF_DELETE
Destination: SD_LIN
Destination Channel: 0

Description

Clients use this command to delete an LDF (LIN Description File) from the .


Command Data Format

Name
32 bytes
Name
This is the filename of the LDF (LIN Description File) to be deleted from the . If the name is less than 32 bytes long, it should be null padded.


Response Data Format

none


Response Return Codes

RESP_OK Execution of the command was successful.
RESP_INVAL_PARAM The file does not exist.
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|