示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     status = xdr.xdrDecodeInt();
     switch (status)
     {
         case nfsstat4.NFS4_OK:
             resok4 = new ACCESS4resok(xdr);
             break;
         default:
             break;
     }
 }
示例#2
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            status = xdr.xdrDecodeInt();
            switch (status)
            {
            case nfsstat4.NFS4_OK:
                resok4 = new ACCESS4resok(xdr);
                break;

            default:
                break;
            }
        }