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 ¶
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 ¶
type GetCurrentPresetResponse struct {
}
todo: fill in response type
type GetImagingSettings ¶
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 ¶
type GetImagingSettingsResponse struct {
ImagingSettings onvif.ImagingSettings20 `xml:"timg:ImagingSettings"`
}
type GetMoveOptions ¶
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 GetOptions ¶
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 GetPresets ¶
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 GetServiceCapabilities ¶
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 ¶
type GetServiceCapabilitiesResponse struct {
}
todo: fill in response type
type GetStatus ¶
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 Move ¶
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 ¶
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 ¶
type SetCurrentPresetResponse struct {
}
type SetImagingSettings ¶
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 ¶
type SetImagingSettingsResponse struct {
}
type Stop ¶
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.