PtzRequest class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Properties
-
builder
→ XmlBuilder
-
no setter
Static Methods
-
absoluteMove(String profileToken, {required PtzVector position, PtzSpeed? speed})
→ XmlDocumentFragment
-
-
continuousMove(String profileToken, {required PtzSpeed velocity, int? timeout})
→ XmlDocumentFragment
-
XML for the continuousMove, requires a
profileToken
and PtzSpeed,
and optionally timeout
in seconds
-
getCompatibleConfigurations(String profileToken)
→ XmlDocumentFragment
-
XML for the getCompatibleConfigurations, requires a
profileToken
-
getConfiguration(String profileToken)
→ XmlDocumentFragment
-
XML for the getConfiguration, requires a
profileToken
-
getConfigurationOptions(String profileToken)
→ XmlDocumentFragment
-
XML for the getConfigurationOptions, requires a
profileToken
-
getConfigurations()
→ XmlDocumentFragment
-
XML for the getConfigurations
-
getPresets(String profileToken)
→ XmlDocumentFragment
-
XML for the getPresets, requires a
profileToken
-
getPresetTour(String profileToken, {required String presetTourToken})
→ XmlDocumentFragment
-
XML for the getPresetTour, requires a
profileToken
and presetTourToken
-
getPresetTours(String profileToken)
→ XmlDocumentFragment
-
XML for the getPresetTours, requires a
profileToken
-
getServiceCapabilities()
→ XmlDocumentFragment
-
XML for the getServiceCapabilities
-
getStatus(String profileToken)
→ XmlDocumentFragment
-
XML for the getStatus, requires a
profileToken
-
gotoHomePosition(String profileToken, {PtzSpeed? speed})
→ XmlDocumentFragment
-
XML for the gotoHomePosition, requires a
profileToken
and optionally PtzSpeed
-
gotoPreset(String profileToken, {required String presetToken, PtzSpeed? speed})
→ XmlDocumentFragment
-
XML for the gotoPreset, requires a
profileToken
, presetToken
and optionally PtzSpeed
-
relativeMove(String profileToken, {required PtzVector translation, PtzSpeed? speed})
→ XmlDocumentFragment
-
XML for the relativeMove, requires a
profileToken
and PtzVector
-
removePreset(String profileToken, {required Preset preset})
→ XmlDocumentFragment
-
XML for the removePreset, requires a
profileToken
and Preset
-
removePresetTour(String profileToken, {required PresetTour presetTour})
→ XmlDocumentFragment
-
XML for the removePresetTour, requires a
profileToken
and presetTour
-
setHomePosition(String profileToken)
→ XmlDocumentFragment
-
XML for the setHomePosition, requires a
profileToken
-
setPreset(String profileToken, {String? presetName, String? presetToken})
→ XmlDocumentFragment
-
XML for the setPreset, requires a
profileToken
and optionally
presetName
and/or presetToken
-
stop(String profileToken, {bool panTilt = false, bool zoom = false})
→ XmlDocumentFragment
-
XML for the stop, requires a
profileToken
and optionally panTilt
and/or zoom