source:
firmware/ShutterController/ShutterController.h@
18481
Last change on this file since 18481 was 14258, checked in by , 12 years ago | |
---|---|
File size: 155 bytes |
Line | |
---|---|
1 | enum MethodType |
2 | { |
3 | MethodUnknown, |
4 | MethodGet, |
5 | MethodPost, |
6 | MethodHead |
7 | }; |
8 | |
9 | #define STRING_BUFFER_SIZE 128 |
10 | |
11 | typedef char BUFFER[STRING_BUFFER_SIZE]; |
12 | |
13 |
Note:
See TracBrowser
for help on using the repository browser.