Body constructor

Body({
  1. dynamic fault,
  2. GetSystemDateAndTimeResponse? dateTimeResponse,
  3. GetCapabilitiesResponse? capabilitiesResponse,
  4. GetServiceCapabilitiesResponse? serviceCapabilitiesResponse,
  5. GetConfigurationResponse? configurationResponse,
  6. GetConfigurationsResponse? configurationsResponse,
  7. GetDeviceInformationResponse? deviceInformationResponse,
  8. GetAudioSourcesResponse? audioSourcesResponse,
  9. GetVideoSourcesResponse? videoSourcesResponse,
  10. GetProfilesResponse? profilesResponse,
  11. GetServicesResponse? servicesResponse,
  12. GetPresetResponse? getPresetResponse,
  13. SetPresetResponse? setPresetResponse,
  14. GetUriResponse? snapshotUriResponse,
  15. GetUriResponse? streamUriResponse,
  16. GetNetworkProtocolsResponse? networkProtocolsResponse,
  17. GetStatusResponse? statusResponse,
  18. GetHostnameResponse? hostnameResponse,
  19. GetNTPResponse? ntpResponse,
  20. GetSystemUrisResponse? systemUrisResponse,
  21. GetUsersResponse? usersResponse,
  22. ProbeMatches? probeMatches,
  23. GetMetadataConfigurationsResponse? metadataConfigurationsResponse,
  24. GetCompatibleConfigurationsResponse? compatibleConfigurationsResponse,
})

Implementation

Body(
    {this.fault,
    this.dateTimeResponse,
    this.capabilitiesResponse,
    this.serviceCapabilitiesResponse,
    this.configurationResponse,
    this.configurationsResponse,
    this.deviceInformationResponse,
    this.audioSourcesResponse,
    this.videoSourcesResponse,
    this.profilesResponse,
    this.servicesResponse,
    this.getPresetResponse,
    this.setPresetResponse,
    this.snapshotUriResponse,
    this.streamUriResponse,
    this.networkProtocolsResponse,
    this.statusResponse,
    this.hostnameResponse,
    this.ntpResponse,
    this.systemUrisResponse,
    this.usersResponse,
    this.probeMatches,
    this.metadataConfigurationsResponse,
    this.compatibleConfigurationsResponse});