Initial commit

This commit is contained in:
yakovlevdmv
2017-11-24 17:08:48 +03:00
commit cdedf5a339
26 changed files with 29819 additions and 0 deletions

13
Device.go Normal file
View File

@@ -0,0 +1,13 @@
package goonvif
import "net"
type Device struct {
xaddr net.IP
login string
password string
token [64]uint8
}