Added DISCOVERY_REQUEST/RESPONSE
This commit is contained in:
parent
347968c994
commit
faabcc3816
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ const (
|
||||||
LOGIN_ACCEPT = 0x0111
|
LOGIN_ACCEPT = 0x0111
|
||||||
ALIVE_REQUEST = 0x0112
|
ALIVE_REQUEST = 0x0112
|
||||||
ALIVE_RESPONSE = 0x0113
|
ALIVE_RESPONSE = 0x0113
|
||||||
|
DISCOVERY_REQUEST = 0x0114
|
||||||
|
DISCOVERY_RESPONSE = 0x0115
|
||||||
START_PREVIEW = 0x01FF
|
START_PREVIEW = 0x01FF
|
||||||
REQUEST_FILE_LIST = 0xA025
|
REQUEST_FILE_LIST = 0xA025
|
||||||
FILE_LIST_CONTENT = 0xA026
|
FILE_LIST_CONTENT = 0xA026
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue