Added LOGIN constant

This commit is contained in:
Jonas Köritz 2019-09-11 18:15:01 +02:00
parent 13d8ad5b0a
commit 2fa6afbfbd
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@ type Camera struct {
type MessageHandler func(camera *Camera, message *Message) (bool, error)
const (
LOGIN = 0x0110
LOGIN_ACCEPT = 0x0111
START_PREVIEW = 0x01FF
REQUEST_FILE_LIST = 0xA025