MCPcopy Create free account
hub / github.com/LeoDJ/P2Pro-Viewer / CmdCode

Class CmdCode

P2Pro/P2Pro_cmd.py:64–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64class CmdCode(enum.IntEnum):
65 sys_reset_to_rom = 0x0805
66 spi_transfer = 0x8201
67 get_device_info = 0x8405
68 pseudo_color = 0x8409
69 shutter_vtemp = 0x840c
70 prop_tpd_params = 0x8514
71 cur_vtemp = 0x8b0d
72 preview_start = 0xc10f
73 preview_stop = 0x020f
74 y16_preview_start = 0x010a
75 y16_preview_stop = 0x020a
76
77
78class P2Pro:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected