Documentation
¶
Index ¶
- func AbsoluteMove(ctx context.Context, cli *client.Client, request ptz.AbsoluteMove) (ptz.AbsoluteMoveResponse, error)
- func ContinuousMove(ctx context.Context, cli *client.Client, request ptz.ContinuousMove) (ptz.ContinuousMoveResponse, error)
- func CreatePresetTour(ctx context.Context, cli *client.Client, request ptz.CreatePresetTour) (ptz.CreatePresetTourResponse, error)
- func GeoMove(ctx context.Context, cli *client.Client, request ptz.GeoMove) (ptz.GeoMoveResponse, error)
- func GetCompatibleConfigurations(ctx context.Context, cli *client.Client, ...) (ptz.GetCompatibleConfigurationsResponse, error)
- func GetConfiguration(ctx context.Context, cli *client.Client, request ptz.GetConfiguration) (ptz.GetConfigurationResponse, error)
- func GetConfigurationOptions(ctx context.Context, cli *client.Client, request ptz.GetConfigurationOptions) (ptz.GetConfigurationOptionsResponse, error)
- func GetConfigurations(ctx context.Context, cli *client.Client, request ptz.GetConfigurations) (ptz.GetConfigurationsResponse, error)
- func GetNode(ctx context.Context, cli *client.Client, request ptz.GetNode) (ptz.GetNodeResponse, error)
- func GetNodes(ctx context.Context, cli *client.Client, request ptz.GetNodes) (ptz.GetNodesResponse, error)
- func GetPresetTour(ctx context.Context, cli *client.Client, request ptz.GetPresetTour) (ptz.GetPresetTourResponse, error)
- func GetPresetTourOptions(ctx context.Context, cli *client.Client, request ptz.GetPresetTourOptions) (ptz.GetPresetTourOptionsResponse, error)
- func GetPresetTours(ctx context.Context, cli *client.Client, request ptz.GetPresetTours) (ptz.GetPresetToursResponse, error)
- func GetPresets(ctx context.Context, cli *client.Client, request ptz.GetPresets) (ptz.GetPresetsResponse, error)
- func GetServiceCapabilities(ctx context.Context, cli *client.Client, request ptz.GetServiceCapabilities) (ptz.GetServiceCapabilitiesResponse, error)
- func GetStatus(ctx context.Context, cli *client.Client, request ptz.GetStatus) (ptz.GetStatusResponse, error)
- func GotoHomePosition(ctx context.Context, cli *client.Client, request ptz.GotoHomePosition) (ptz.GotoHomePositionResponse, error)
- func GotoPreset(ctx context.Context, cli *client.Client, request ptz.GotoPreset) (ptz.GotoPresetResponse, error)
- func ModifyPresetTour(ctx context.Context, cli *client.Client, request ptz.ModifyPresetTour) (ptz.ModifyPresetTourResponse, error)
- func MoveAndStartTracking(ctx context.Context, cli *client.Client, request ptz.MoveAndStartTracking) (ptz.MoveAndStartTrackingResponse, error)
- func OperatePresetTour(ctx context.Context, cli *client.Client, request ptz.OperatePresetTour) (ptz.OperatePresetTourResponse, error)
- func RelativeMove(ctx context.Context, cli *client.Client, request ptz.RelativeMove) (ptz.RelativeMoveResponse, error)
- func RemovePreset(ctx context.Context, cli *client.Client, request ptz.RemovePreset) (ptz.RemovePresetResponse, error)
- func RemovePresetTour(ctx context.Context, cli *client.Client, request ptz.RemovePresetTour) (ptz.RemovePresetTourResponse, error)
- func SendAuxiliaryCommand(ctx context.Context, cli *client.Client, request ptz.SendAuxiliaryCommand) (ptz.SendAuxiliaryCommandResponse, error)
- func SetConfiguration(ctx context.Context, cli *client.Client, request ptz.SetConfiguration) (ptz.SetConfigurationResponse, error)
- func SetHomePosition(ctx context.Context, cli *client.Client, request ptz.SetHomePosition) (ptz.SetHomePositionResponse, error)
- func SetPreset(ctx context.Context, cli *client.Client, request ptz.SetPreset) (ptz.SetPresetResponse, error)
- func Stop(ctx context.Context, cli *client.Client, request ptz.Stop) (ptz.StopResponse, error)
- type Device
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbsoluteMove ¶
func AbsoluteMove(ctx context.Context, cli *client.Client, request ptz.AbsoluteMove) (ptz.AbsoluteMoveResponse, error)
AbsoluteMove forwards the call to cli.CallMethod() then parses the payload of the reply as a AbsoluteMoveResponse.
func ContinuousMove ¶
func ContinuousMove(ctx context.Context, cli *client.Client, request ptz.ContinuousMove) (ptz.ContinuousMoveResponse, error)
ContinuousMove forwards the call to cli.CallMethod() then parses the payload of the reply as a ContinuousMoveResponse.
func CreatePresetTour ¶
func CreatePresetTour(ctx context.Context, cli *client.Client, request ptz.CreatePresetTour) (ptz.CreatePresetTourResponse, error)
CreatePresetTour forwards the call to cli.CallMethod() then parses the payload of the reply as a CreatePresetTourResponse.
func GeoMove ¶
func GeoMove(ctx context.Context, cli *client.Client, request ptz.GeoMove) (ptz.GeoMoveResponse, error)
GeoMove forwards the call to cli.CallMethod() then parses the payload of the reply as a GeoMoveResponse.
func GetCompatibleConfigurations ¶
func GetCompatibleConfigurations(ctx context.Context, cli *client.Client, request ptz.GetCompatibleConfigurations) (ptz.GetCompatibleConfigurationsResponse, error)
GetCompatibleConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetCompatibleConfigurationsResponse.
func GetConfiguration ¶
func GetConfiguration(ctx context.Context, cli *client.Client, request ptz.GetConfiguration) (ptz.GetConfigurationResponse, error)
GetConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a GetConfigurationResponse.
func GetConfigurationOptions ¶
func GetConfigurationOptions(ctx context.Context, cli *client.Client, request ptz.GetConfigurationOptions) (ptz.GetConfigurationOptionsResponse, error)
GetConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetConfigurationOptionsResponse.
func GetConfigurations ¶
func GetConfigurations(ctx context.Context, cli *client.Client, request ptz.GetConfigurations) (ptz.GetConfigurationsResponse, error)
GetConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetConfigurationsResponse.
func GetNode ¶
func GetNode(ctx context.Context, cli *client.Client, request ptz.GetNode) (ptz.GetNodeResponse, error)
GetNode forwards the call to cli.CallMethod() then parses the payload of the reply as a GetNodeResponse.
func GetNodes ¶
func GetNodes(ctx context.Context, cli *client.Client, request ptz.GetNodes) (ptz.GetNodesResponse, error)
GetNodes forwards the call to cli.CallMethod() then parses the payload of the reply as a GetNodesResponse.
func GetPresetTour ¶
func GetPresetTour(ctx context.Context, cli *client.Client, request ptz.GetPresetTour) (ptz.GetPresetTourResponse, error)
GetPresetTour forwards the call to cli.CallMethod() then parses the payload of the reply as a GetPresetTourResponse.
func GetPresetTourOptions ¶
func GetPresetTourOptions(ctx context.Context, cli *client.Client, request ptz.GetPresetTourOptions) (ptz.GetPresetTourOptionsResponse, error)
GetPresetTourOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetPresetTourOptionsResponse.
func GetPresetTours ¶
func GetPresetTours(ctx context.Context, cli *client.Client, request ptz.GetPresetTours) (ptz.GetPresetToursResponse, error)
GetPresetTours forwards the call to cli.CallMethod() then parses the payload of the reply as a GetPresetToursResponse.
func GetPresets ¶
func GetPresets(ctx context.Context, cli *client.Client, request ptz.GetPresets) (ptz.GetPresetsResponse, error)
GetPresets forwards the call to cli.CallMethod() then parses the payload of the reply as a GetPresetsResponse.
func GetServiceCapabilities ¶
func GetServiceCapabilities(ctx context.Context, cli *client.Client, request ptz.GetServiceCapabilities) (ptz.GetServiceCapabilitiesResponse, error)
GetServiceCapabilities forwards the call to cli.CallMethod() then parses the payload of the reply as a GetServiceCapabilitiesResponse.
func GetStatus ¶
func GetStatus(ctx context.Context, cli *client.Client, request ptz.GetStatus) (ptz.GetStatusResponse, error)
GetStatus forwards the call to cli.CallMethod() then parses the payload of the reply as a GetStatusResponse.
func GotoHomePosition ¶
func GotoHomePosition(ctx context.Context, cli *client.Client, request ptz.GotoHomePosition) (ptz.GotoHomePositionResponse, error)
GotoHomePosition forwards the call to cli.CallMethod() then parses the payload of the reply as a GotoHomePositionResponse.
func GotoPreset ¶
func GotoPreset(ctx context.Context, cli *client.Client, request ptz.GotoPreset) (ptz.GotoPresetResponse, error)
GotoPreset forwards the call to cli.CallMethod() then parses the payload of the reply as a GotoPresetResponse.
func ModifyPresetTour ¶
func ModifyPresetTour(ctx context.Context, cli *client.Client, request ptz.ModifyPresetTour) (ptz.ModifyPresetTourResponse, error)
ModifyPresetTour forwards the call to cli.CallMethod() then parses the payload of the reply as a ModifyPresetTourResponse.
func MoveAndStartTracking ¶
func MoveAndStartTracking(ctx context.Context, cli *client.Client, request ptz.MoveAndStartTracking) (ptz.MoveAndStartTrackingResponse, error)
MoveAndStartTracking forwards the call to cli.CallMethod() then parses the payload of the reply as a MoveAndStartTrackingResponse.
func OperatePresetTour ¶
func OperatePresetTour(ctx context.Context, cli *client.Client, request ptz.OperatePresetTour) (ptz.OperatePresetTourResponse, error)
OperatePresetTour forwards the call to cli.CallMethod() then parses the payload of the reply as a OperatePresetTourResponse.
func RelativeMove ¶
func RelativeMove(ctx context.Context, cli *client.Client, request ptz.RelativeMove) (ptz.RelativeMoveResponse, error)
RelativeMove forwards the call to cli.CallMethod() then parses the payload of the reply as a RelativeMoveResponse.
func RemovePreset ¶
func RemovePreset(ctx context.Context, cli *client.Client, request ptz.RemovePreset) (ptz.RemovePresetResponse, error)
RemovePreset forwards the call to cli.CallMethod() then parses the payload of the reply as a RemovePresetResponse.
func RemovePresetTour ¶
func RemovePresetTour(ctx context.Context, cli *client.Client, request ptz.RemovePresetTour) (ptz.RemovePresetTourResponse, error)
RemovePresetTour forwards the call to cli.CallMethod() then parses the payload of the reply as a RemovePresetTourResponse.
func SendAuxiliaryCommand ¶
func SendAuxiliaryCommand(ctx context.Context, cli *client.Client, request ptz.SendAuxiliaryCommand) (ptz.SendAuxiliaryCommandResponse, error)
SendAuxiliaryCommand forwards the call to cli.CallMethod() then parses the payload of the reply as a SendAuxiliaryCommandResponse.
func SetConfiguration ¶
func SetConfiguration(ctx context.Context, cli *client.Client, request ptz.SetConfiguration) (ptz.SetConfigurationResponse, error)
SetConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetConfigurationResponse.
func SetHomePosition ¶
func SetHomePosition(ctx context.Context, cli *client.Client, request ptz.SetHomePosition) (ptz.SetHomePositionResponse, error)
SetHomePosition forwards the call to cli.CallMethod() then parses the payload of the reply as a SetHomePositionResponse.
Types ¶
Source Files
¶
- AbsoluteMove.go
- ContinuousMove.go
- CreatePresetTour.go
- GeoMove.go
- GetCompatibleConfigurations.go
- GetConfiguration.go
- GetConfigurationOptions.go
- GetConfigurations.go
- GetNode.go
- GetNodes.go
- GetPresetTour.go
- GetPresetTourOptions.go
- GetPresetTours.go
- GetPresets.go
- GetServiceCapabilities.go
- GetStatus.go
- GotoHomePosition.go
- GotoPreset.go
- ModifyPresetTour.go
- MoveAndStartTracking.go
- OperatePresetTour.go
- RelativeMove.go
- RemovePreset.go
- RemovePresetTour.go
- SendAuxiliaryCommand.go
- SetConfiguration.go
- SetHomePosition.go
- SetPreset.go
- Stop.go
- ptz.go