search

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndSearch

type EndSearch struct {
	XMLName     string `xml:"tse:EndSearch"`
	SearchToken onvif.JobToken
}

type EndSearchResponse

type EndSearchResponse struct {
	Endpoint xsd.DateTime
}

type FindEvents

type FindEvents struct {
	XMLName           string `xml:"tse:FindEvents"`
	StartPoint        xsd.DateTime
	EndPoint          xsd.DateTime
	Scope             onvif.SearchScope
	SearchFilter      onvif.EventFilter
	IncludeStartState xsd.Boolean
	MaxMatches        xsd.Int
	KeepAliveTime     xsd.Duration
}

type FindEventsResponse

type FindEventsResponse struct {
	SearchToken onvif.JobToken
}

type FindRecordings

type FindRecordings struct {
	XMLName       string `xml:"tse:FindRecordings"`
	Scope         onvif.SearchScope
	MaxMatches    xsd.Int
	KeepAliveTime xsd.Duration
}

type FindRecordingsResponse

type FindRecordingsResponse struct {
	SearchToken onvif.JobToken
}

type GetEventSearchResults

type GetEventSearchResults struct {
	XMLName     string `xml:"tse:GetEventSearchResults"`
	SearchToken onvif.JobToken
	MinResults  xsd.Int
	MaxResults  xsd.Int
	WaitTime    xsd.Duration
}

type GetEventSearchResultsResponse

type GetEventSearchResultsResponse struct {
	ResultList onvif.FindEventResultList
}

type GetRecordingSearchResults

type GetRecordingSearchResults struct {
	XMLName     string `xml:"tse:GetRecordingSearchResults"`
	SearchToken onvif.JobToken
	MinResults  xsd.Int
	MaxResults  xsd.Int
	WaitTime    xsd.Duration
}

type GetRecordingSearchResultsResponse

type GetRecordingSearchResultsResponse struct {
	ResultList onvif.FindRecordingResultList
}

type GetRecordingSummary added in v0.1.2

type GetRecordingSummary struct {
	XMLName string `xml:"tse:GetRecordingSummary"`
}

type GetRecordingSummaryResponse added in v0.1.2

type GetRecordingSummaryResponse struct {
	Summary onvif.RecordingSummary
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL