Esempio n. 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     lora_layout_type = xdr.xdrDecodeInt();
     lora_iomode = xdr.xdrDecodeInt();
     lora_layoutreturn = new layoutreturn4(xdr);
 }
Esempio n. 2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     lora_layout_type = xdr.xdrDecodeInt();
     lora_iomode = xdr.xdrDecodeInt();
     lora_layoutreturn = new layoutreturn4(xdr);
 }