GetDeviceInformationResponse constructor

GetDeviceInformationResponse(
  1. dynamic xmlManufacturer,
  2. dynamic xmlModel,
  3. dynamic xmlFirmwareVersion,
  4. dynamic xmlSerialNumber,
  5. dynamic xmlHardwareId,
)

Implementation

GetDeviceInformationResponse(this.xmlManufacturer, this.xmlModel,
    this.xmlFirmwareVersion, this.xmlSerialNumber, this.xmlHardwareId);