Files
onvif/Device.go
2017-11-24 17:08:48 +03:00

14 lines
119 B
Go

package goonvif
import "net"
type Device struct {
xaddr net.IP
login string
password string
token [64]uint8
}