Documentation ¶
Index ¶
- func Call_FindRecordings(ctx context.Context, dev *onvif.Device, request search.FindRecordings) (search.FindRecordingsResponse, error)
- func Call_GetRecordingSearchResults(ctx context.Context, dev *onvif.Device, ...) (search.GetRecordingSearchResultsResponse, error)
- func Call_GetRecordingSummary(ctx context.Context, dev *onvif.Device, request search.GetRecordingSummary) (search.GetRecordingSummaryResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Call_FindRecordings ¶
func Call_FindRecordings(ctx context.Context, dev *onvif.Device, request search.FindRecordings) (search.FindRecordingsResponse, error)
Call_FindRecordings forwards the call to dev.CallMethod() then parses the payload of the reply as a FindRecordingsResponse.
func Call_GetRecordingSearchResults ¶
func Call_GetRecordingSearchResults(ctx context.Context, dev *onvif.Device, request search.GetRecordingSearchResults) (search.GetRecordingSearchResultsResponse, error)
Call_GetRecordingSearchResults forwards the call to dev.CallMethod() then parses the payload of the reply as a GetRecordingSearchResultsResponse.
func Call_GetRecordingSummary ¶
func Call_GetRecordingSummary(ctx context.Context, dev *onvif.Device, request search.GetRecordingSummary) (search.GetRecordingSummaryResponse, error)
Call_GetRecordingSummary forwards the call to dev.CallMethod() then parses the payload of the reply as a GetRecordingSummaryResponse.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.