OSDN Git Service

いったん保管
[gokigen/A01d.git] / app / src / main / java / net / osdn / gokigen / a01d / camera / ptpip / wrapper / command / IPtpIpMessages.java
1 package net.osdn.gokigen.a01d.camera.ptpip.wrapper.command;
2
3 public interface IPtpIpMessages
4 {
5     int SEQ_DUMMY = 0;
6     int SEQ_REGISTRATION = 1;
7     int SEQ_EVENT_INITIALIZE = 2;
8     int SEQ_OPEN_SESSION = 3;
9     int SEQ_INIT_SESSION = 4;
10     int SEQ_CHANGE_REMOTE = 5;
11     int SEQ_SET_EVENT_MODE = 6;
12     int SEQ_GET_EVENT = 7;
13
14
15     int SEQ_STATUS_REQUEST = 9;
16
17     int GET_STORAGE_ID = 101;
18     int GET_STORAGE_INFO = 102;
19     int GET_OBJECT_INFO_EX = 103;
20     int GET_OBJECT_INFO_EX_2 = 104;
21     int GET_OBJECT_INFO_EX_3 = 105;
22
23     int GET_STORAGE_HANDLE1 = 110;
24     int GET_STORAGE_HANDLE2 = 111;
25     int GET_STORAGE_HANDLE3 = 112;
26     int GET_PARTIAL_OBJECT= 113;
27
28 /*
29     int SEQ_REGISTRATION = 1;
30     int SEQ_START = 2;
31     int SEQ_START_2ND = 3;
32     int SEQ_START_2ND_READ = 10;
33     int SEQ_START_2ND_RECEIVE = 4;
34     int SEQ_START_3RD = 5;
35     int SEQ_START_4TH = 6;
36     int SEQ_CAMERA_REMOTE = 7;
37     int SEQ_START_5TH = 8;
38     int SEQ_STATUS_REQUEST = 9;
39     int SEQ_QUERY_CAMERA_CAPABILITIES = 11;
40
41     int SEQ_CHANGE_TO_PLAYBACK_1ST = 12;
42     int SEQ_CHANGE_TO_PLAYBACK_2ND = 13;
43     int SEQ_CHANGE_TO_PLAYBACK_3RD = 14;
44     int SEQ_CHANGE_TO_PLAYBACK_4TH = 15;
45
46     int SEQ_CHANGE_TO_LIVEVIEW_1ST = 16;
47     int SEQ_CHANGE_TO_LIVEVIEW_2ND = 17;
48     int SEQ_CHANGE_TO_LIVEVIEW_3RD = 18;
49     int SEQ_CHANGE_TO_LIVEVIEW_4TH = 19;
50     int SEQ_CHANGE_TO_LIVEVIEW_5TH = 20;
51
52     int SEQ_SET_PROPERTY_VALUE = 21;
53     int SEQ_FOCUS_LOCK = 22;
54     int SEQ_FOCUS_UNLOCK = 23;
55     int SEQ_CAPTURE = 24;
56
57     int SEQ_IMAGE_INFO = 25;
58     int SEQ_THUMBNAIL = 26;
59     int SEQ_FULL_IMAGE = 27;
60 */
61 }