deviceInformation static method

XmlDocumentFragment deviceInformation()

XML for the deviceInformation

Implementation

static XmlDocumentFragment deviceInformation() {
  Transport.builder.element('GetDeviceInformation', nest: () {
    Transport.builder.namespace(Xmlns.tds);
  });

  return Transport.builder.buildFragment();
}