For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete File from Device

Command 0xD831 – Delete File from Device

The host uses this command to request the deletion of a file stored on the device.

The sequence of events is as follows:

1

Host composes and sends request

The host composes a command request in the format below and sends it to the device.

2

Device processes request

The device reads and erases the file and sends a response to the host in the format below.

3

Failure handling

If the file read or the file erase fails, a response of failure will be sent to the host.

Table - Request Data for Command 0xD831 – Delete File from Device

Tag
Len
Value / Description
Typ
Req
Default

Beginning of any wrappers, at minimum including Request Message

D831 = Command 0xD831 – Delete File from Device

81

04

File ID from Table 206

B

R

End of any wrappers, at minimum including Request Message

Table - Response Data for Command 0xD831 – Delete File from Device

Tag
Len
Value / Description
Typ
Req
Default

Beginning of any wrappers, at minimum including Response Message

D831 = Command 0xD831 – Delete File from Device

No parameters.

End of any wrappers, at minimum including Response Message

Table - Request Example

Table - Response Example

Last updated