Body constructor

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

Implementation

Body(
    {this.fault,
    this.dateTimeResponse,
    this.capabilitiesResponse,
    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});