Cancel Transaction - Command 0x1008
Last updated
The host can use this command to cancel a transaction in progress that it initiated using Start Transaction - Command 0x1001.
Sequence of events:
The device sends a response in the format below to the host:
If the transaction is in a state where it cannot be canceled, the device’s response returns operation status detail: Failed, Device State Issue, Cannot Cancel.
If there is no transaction in progress, the device’s response returns operation status detail: Failed, Device State Issue, No Transaction.
If the device successfully cancels the transaction, the device’s response returns operation status detail: All Good, Requested Operation Was Successful, shows "CANCELED" and returns to the idle state. The display (if any) shows "CANCELED".
Beginning of any wrappers, at minimum including Request Message
1008 = Command 0x1008 - Cancel Transaction
No parameters.
End of any wrappers, at minimum including Request Message
1008 = Cancel Transaction - Command 0x1008
No parameters.
Example (Hex)
AA 00 81 04 01 13 10 08 84 02 10 08Example (Hex)
Last updated
AA 00 81 04 82 13 10 08 82 04 00 00 00 00
