SoapRequest class Null safety

Helper methods for building the SoapRequest

Constructors

SoapRequest()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

builder XmlBuilder
final

Static Methods

absoluteMove(String profileToken, PtzPosition place, PtzPosition? speed) XmlDocumentFragment
audioSources() XmlDocumentFragment
capabilities(String category) XmlDocumentFragment
XML for the capabilities
continuousMove(String profileToken, PtzPosition velocity, int? timeout) XmlDocumentFragment
createUsers(List<User> users) XmlDocumentFragment
deleteUsers(List<String> userNames) XmlDocumentFragment
deviceInformation() XmlDocumentFragment
XML for the deviceInformation
discoveryMode() XmlDocumentFragment
dns() XmlDocumentFragment
endpointReference() XmlDocumentFragment
XML for the endpointReference
envelope(XmlDocumentFragment? header, XmlDocumentFragment body) XmlDocument
XML for the SOAP envelope
getCompatibleConfigurations(String profileToken) XmlDocumentFragment
getPtzConfiguration(String profileToken) XmlDocumentFragment
getPtzConfigurations() XmlDocumentFragment
gotoHomePosition(String profileToken, PtzSpeed? speed) XmlDocumentFragment
XML for the gotoHomePosition, requires a profileToken and optionally PtzSpeed
gotoPreset(String profileToken, String presetToken, PtzSpeed? speed) XmlDocumentFragment
XML for the gotoPreset, requires a profileToken, presetToken and optionally PtzSpeed
XML for the SOAP security header
hostname() XmlDocumentFragment
metadataConfigurations() XmlDocumentFragment
XML for the videoSources
networkProtocols() XmlDocumentFragment
ntp() XmlDocumentFragment
presets(String profileToken) XmlDocumentFragment
XML for the presets, requires a profileToken
probe(String messageId) XmlDocument
profiles() XmlDocumentFragment
XML for the profiles
relativeMove(String profileToken, PtzPosition move) XmlDocumentFragment
removePreset(String profileToken, Preset preset) XmlDocumentFragment
security({required String username, required String password, required String nonce, required String created}) XmlDocumentFragment
XML for the SOAP security
serviceCapabilities() XmlDocumentFragment
XML for the serviceCapabilities
services([dynamic includeCapability = false]) XmlDocumentFragment
XML for the services
setPreset(String profileToken, [String? name, String? token]) XmlDocumentFragment
snapshotUri(String profileToken) XmlDocumentFragment
XML for the snapshotUri, requires a profileToken
startMulticastStreaming() XmlDocumentFragment
status(String profileToken) XmlDocumentFragment
XML for the status, requires a profileToken
stop(String profileToken, {bool panTilt = false, bool zoom = false}) XmlDocumentFragment
stopMulticastStreaming() XmlDocumentFragment
streamUri(String profileToken, {String streamType = 'RTP-Unicast', String transportProtocol = 'RTSP'}) XmlDocumentFragment
XML for the streamUri, requires a profileToken
systemDateAndTime() XmlDocumentFragment
XML for the systemDateAndTime
systemUris() XmlDocumentFragment
users() XmlDocumentFragment
videoSources() XmlDocumentFragment
XML for the videoSources