コード例 #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     lora_layout_type = xdr.xdrDecodeInt();
     lora_iomode = xdr.xdrDecodeInt();
     lora_layoutreturn = new layoutreturn4(xdr);
 }
コード例 #2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     lora_layout_type = xdr.xdrDecodeInt();
     lora_iomode = xdr.xdrDecodeInt();
     lora_layoutreturn = new layoutreturn4(xdr);
 }