B4R Question How to modify XML to support classes that do not require instantiation

santook

Member
I create a new library,but this library no need for Any arguments and initialization,how to modify this xml file like bit class.
B4X:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root>
    <doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version>
  <class>
    <name>B4R::MCU</name>
    <shortname>MCU</shortname>
    <method>
      <name DesignerName="SoftwareReset">SoftwareReset</name>
      <comment>Software reset mcu</comment>
      <returntype>void</returntype>
    </method>
  </class>
    <version>1.0</version>
</root>
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…