Beispiel #1
0
 public WebIDLUnion <nsISupports, nsISupports> SelectTech(NFCTechType tech)
 {
     return(this.CallMethod <WebIDLUnion <nsISupports, nsISupports> >("selectTech", tech));
 }
Beispiel #2
0
 public Promise <IntPtr> Transceive(NFCTechType tech, IntPtr command)
 {
     return(this.CallMethod <Promise <IntPtr> >("transceive", tech, command));
 }