jcifs.dcerpc.msrpc
Class netdfs.DfsEnumStruct

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.msrpc.netdfs.DfsEnumStruct
Enclosing class:
netdfs

public static class netdfs.DfsEnumStruct
extends NdrObject


Field Summary
 NdrObject e
           
 int level
           
 
Constructor Summary
netdfs.DfsEnumStruct()
           
 
Method Summary
 void decode(NdrBuffer _src)
           
 void encode(NdrBuffer _dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level

e

public NdrObject e
Constructor Detail

netdfs.DfsEnumStruct

public netdfs.DfsEnumStruct()
Method Detail

encode

public void encode(NdrBuffer _dst)
            throws NdrException
Specified by:
encode in class NdrObject
Throws:
NdrException

decode

public void decode(NdrBuffer _src)
            throws NdrException
Specified by:
decode in class NdrObject
Throws:
NdrException