Exemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     stateid = new stateid4(xdr);
     cinfo = new change_info4(xdr);
     rflags = new uint32_t(xdr);
     attrset = new bitmap4(xdr);
     delegation = new open_delegation4(xdr);
 }
Exemplo n.º 2
0
 public void xdrDecode(XdrDecodingStream xdr) {
     wdr_status = xdr.xdrDecodeInt();
     switch ( wdr_status ) {
     case nfsstat4.NFS4_OK:
         wdr_resok4 = new open_delegation4(xdr);
         break;
     default:
         break;
     }
 }
Exemplo n.º 3
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            wdr_status = xdr.xdrDecodeInt();
            switch (wdr_status)
            {
            case nfsstat4.NFS4_OK:
                wdr_resok4 = new open_delegation4(xdr);
                break;

            default:
                break;
            }
        }