Documentation ¶
Overview ¶
package goonvif is developed to provide an ONVIF client implementation on Go programming language
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Xlmns = map[string]string{
"onvif": "http://www.onvif.org/ver10/schema",
"tds": "http://www.onvif.org/ver10/device/wsdl",
"trt": "http://www.onvif.org/ver10/media/wsdl",
"tev": "http://www.onvif.org/ver10/events/wsdl",
"tptz": "http://www.onvif.org/ver20/ptz/wsdl",
"timg": "http://www.onvif.org/ver20/imaging/wsdl",
"tan": "http://www.onvif.org/ver20/analytics/wsdl",
"xmime": "http://www.w3.org/2005/05/xmlmime",
"wsnt": "http://docs.oasis-open.org/wsn/b-2",
"xop": "http://www.w3.org/2004/08/xop/include",
"wsa": "http://www.w3.org/2005/08/addressing",
"wstop": "http://docs.oasis-open.org/wsn/t-1",
"wsntw": "http://docs.oasis-open.org/wsn/bw-2",
"wsrf-rw": "http://docs.oasis-open.org/wsrf/rw-2",
"wsaw": "http://www.w3.org/2006/05/addressing/wsdl",
}
Functions ¶
func GetAvailableDevicesAtSpecificEthernetInterface ¶
func GetAvailableDevicesAtSpecificEthernetInterface(interfaceName string) []device
Types ¶
type DeviceType ¶
type DeviceType int
const ( NVD DeviceType = iota NVS NVA NVT )
func (DeviceType) String ¶
func (devType DeviceType) String() string
Click to show internal directories.
Click to hide internal directories.