public void xdrDecode(XdrDecodingStream xdr) { { int _size = xdr.xdrDecodeInt(); bca_sec_parms = new callback_sec_parms4[_size]; for (int _idx = 0; _idx < _size; ++_idx) { bca_sec_parms[_idx] = new callback_sec_parms4(xdr); } } }
public void xdrDecode(XdrDecodingStream xdr) { csa_clientid = new clientid4(xdr); csa_sequence = new sequenceid4(xdr); csa_flags = new uint32_t(xdr); csa_fore_chan_attrs = new channel_attrs4(xdr); csa_back_chan_attrs = new channel_attrs4(xdr); csa_cb_program = new uint32_t(xdr); { int size = xdr.xdrDecodeInt(); csa_sec_parms = new callback_sec_parms4[size]; for (int idx = 0; idx < size; ++idx) { csa_sec_parms[idx] = new callback_sec_parms4(xdr); } } }