Documentation ¶
Index ¶
- type GetCurrentPreset
- type GetCurrentPresetFunction
- type GetCurrentPresetResponse
- type GetImagingSettings
- type GetImagingSettingsFunction
- type GetImagingSettingsResponse
- type GetMoveOptions
- type GetMoveOptionsFunction
- type GetMoveOptionsResponse
- type GetOptions
- type GetOptionsFunction
- type GetOptionsResponse
- type GetPresets
- type GetPresetsFunction
- type GetPresetsResponse
- type GetServiceCapabilities
- type GetServiceCapabilitiesFunction
- type GetServiceCapabilitiesResponse
- type GetStatus
- type GetStatusFunction
- type GetStatusResponse
- type Move
- type MoveFunction
- type MoveResponse
- type SetCurrentPreset
- type SetCurrentPresetFunction
- type SetCurrentPresetResponse
- type SetImagingSettings
- type SetImagingSettingsFunction
- type SetImagingSettingsResponse
- type Stop
- type StopFunction
- type StopResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCurrentPreset ¶ added in v0.0.14
type GetCurrentPreset struct { XMLName string `xml:"timg:GetCurrentPreset"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetCurrentPresetFunction ¶
type GetCurrentPresetFunction struct{}
func (*GetCurrentPresetFunction) Request ¶
func (_ *GetCurrentPresetFunction) Request() interface{}
func (*GetCurrentPresetFunction) Response ¶
func (_ *GetCurrentPresetFunction) Response() interface{}
type GetCurrentPresetResponse ¶ added in v0.0.14
type GetCurrentPresetResponse struct { }
todo: fill in response type
type GetImagingSettings ¶ added in v0.0.14
type GetImagingSettings struct { XMLName string `xml:"timg:GetImagingSettings"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetImagingSettingsFunction ¶
type GetImagingSettingsFunction struct{}
func (*GetImagingSettingsFunction) Request ¶
func (_ *GetImagingSettingsFunction) Request() interface{}
func (*GetImagingSettingsFunction) Response ¶
func (_ *GetImagingSettingsFunction) Response() interface{}
type GetImagingSettingsResponse ¶ added in v0.0.14
type GetImagingSettingsResponse struct {
ImagingSettings onvif.ImagingSettings20 `xml:"timg:ImagingSettings"`
}
type GetMoveOptions ¶ added in v0.0.14
type GetMoveOptions struct { XMLName string `xml:"timg:GetMoveOptions"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetMoveOptionsFunction ¶
type GetMoveOptionsFunction struct{}
func (*GetMoveOptionsFunction) Request ¶
func (_ *GetMoveOptionsFunction) Request() interface{}
func (*GetMoveOptionsFunction) Response ¶
func (_ *GetMoveOptionsFunction) Response() interface{}
type GetMoveOptionsResponse ¶ added in v0.0.14
type GetMoveOptionsResponse struct { }
todo: fill in response type
type GetOptions ¶ added in v0.0.14
type GetOptions struct { XMLName string `xml:"timg:GetOptions"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetOptionsFunction ¶
type GetOptionsFunction struct{}
func (*GetOptionsFunction) Request ¶
func (_ *GetOptionsFunction) Request() interface{}
func (*GetOptionsFunction) Response ¶
func (_ *GetOptionsFunction) Response() interface{}
type GetOptionsResponse ¶ added in v0.0.14
type GetOptionsResponse struct { }
todo: fill in response type
type GetPresets ¶ added in v0.0.14
type GetPresets struct { XMLName string `xml:"timg:GetPresets"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetPresetsFunction ¶
type GetPresetsFunction struct{}
func (*GetPresetsFunction) Request ¶
func (_ *GetPresetsFunction) Request() interface{}
func (*GetPresetsFunction) Response ¶
func (_ *GetPresetsFunction) Response() interface{}
type GetPresetsResponse ¶ added in v0.0.14
type GetPresetsResponse struct { }
todo: fill in response type
type GetServiceCapabilities ¶ added in v0.0.14
type GetServiceCapabilities struct {
XMLName string `xml:"timg:GetServiceCapabilities"`
}
type GetServiceCapabilitiesFunction ¶
type GetServiceCapabilitiesFunction struct{}
func (*GetServiceCapabilitiesFunction) Request ¶
func (_ *GetServiceCapabilitiesFunction) Request() interface{}
func (*GetServiceCapabilitiesFunction) Response ¶
func (_ *GetServiceCapabilitiesFunction) Response() interface{}
type GetServiceCapabilitiesResponse ¶ added in v0.0.14
type GetServiceCapabilitiesResponse struct { }
todo: fill in response type
type GetStatus ¶ added in v0.0.14
type GetStatus struct { XMLName string `xml:"timg:GetStatus"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type GetStatusFunction ¶
type GetStatusFunction struct{}
func (*GetStatusFunction) Request ¶
func (_ *GetStatusFunction) Request() interface{}
func (*GetStatusFunction) Response ¶
func (_ *GetStatusFunction) Response() interface{}
type GetStatusResponse ¶ added in v0.0.14
type GetStatusResponse struct { }
todo: fill in response type
type Move ¶ added in v0.0.14
type Move struct { XMLName string `xml:"timg:Move"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` Focus onvif.FocusMove `xml:"timg:Focus"` }
type MoveFunction ¶
type MoveFunction struct{}
func (*MoveFunction) Request ¶
func (_ *MoveFunction) Request() interface{}
func (*MoveFunction) Response ¶
func (_ *MoveFunction) Response() interface{}
type SetCurrentPreset ¶ added in v0.0.14
type SetCurrentPreset struct { XMLName string `xml:"timg:SetCurrentPreset"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` PresetToken onvif.ReferenceToken `xml:"timg:PresetToken"` }
type SetCurrentPresetFunction ¶
type SetCurrentPresetFunction struct{}
func (*SetCurrentPresetFunction) Request ¶
func (_ *SetCurrentPresetFunction) Request() interface{}
func (*SetCurrentPresetFunction) Response ¶
func (_ *SetCurrentPresetFunction) Response() interface{}
type SetCurrentPresetResponse ¶ added in v0.0.14
type SetCurrentPresetResponse struct { }
type SetImagingSettings ¶ added in v0.0.14
type SetImagingSettings struct { XMLName string `xml:"timg:SetImagingSettings"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` ImagingSettings onvif.ImagingSettings20 `xml:"timg:ImagingSettings"` ForcePersistence xsd.Boolean `xml:"timg:ForcePersistence"` }
type SetImagingSettingsFunction ¶
type SetImagingSettingsFunction struct{}
func (*SetImagingSettingsFunction) Request ¶
func (_ *SetImagingSettingsFunction) Request() interface{}
func (*SetImagingSettingsFunction) Response ¶
func (_ *SetImagingSettingsFunction) Response() interface{}
type SetImagingSettingsResponse ¶ added in v0.0.14
type SetImagingSettingsResponse struct { }
type Stop ¶ added in v0.0.14
type Stop struct { XMLName string `xml:"timg:Stop"` VideoSourceToken onvif.ReferenceToken `xml:"timg:VideoSourceToken"` }
type StopFunction ¶
type StopFunction struct{}
func (*StopFunction) Request ¶
func (_ *StopFunction) Request() interface{}
func (*StopFunction) Response ¶
func (_ *StopFunction) Response() interface{}
Click to show internal directories.
Click to hide internal directories.