deviceInformation static method

XmlDocumentFragment deviceInformation()

XML for the deviceInformation

Implementation

static XmlDocumentFragment deviceInformation() => Transport.quickTag(
      'GetDeviceInformation',
      Xmlns.tds,
    );