-
Notifications
You must be signed in to change notification settings - Fork 19
Printer Reset Image
James Sutton edited this page Jan 8, 2017
·
1 revision
This command is one of the commands sent immediately before the command that sends a photo to the printer (81 then 82)
Presumably triggers the printer to clear any memory holding an old photo? Called in sp2 send image flow.
In code log: InstaxResetImage start
No Payload.
No response payload is sent, as all the client needs to do is check that the return code is 0.
Byte | Description | Hex | Notes |
Payload | |||
Byte 12 | Return Code | 00 | See [Return Codes](https://github.com/jpwsutton/instax_api/wiki/Return-Codes) |
Byte 13 | 00 | Unknown.. | |
Byte 14 | Ejecting | 00 | (b14 >> 2 )& 1 |
Byte 15 | 3a | Unknown.. |