jcifs.dcerpc
Class rpc.uuid_t

java.lang.Object
  extended byjcifs.dcerpc.ndr.NdrObject
      extended byjcifs.dcerpc.rpc.uuid_t
Direct Known Subclasses:
UUID
Enclosing class:
rpc

public static class rpc.uuid_t
extends NdrObject


Field Summary
 byte clock_seq_hi_and_reserved
           
 byte clock_seq_low
           
 byte[] node
           
 short time_hi_and_version
           
 int time_low
           
 short time_mid
           
 
Constructor Summary
rpc.uuid_t()
           
 
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

time_low

public int time_low

time_mid

public short time_mid

time_hi_and_version

public short time_hi_and_version

clock_seq_hi_and_reserved

public byte clock_seq_hi_and_reserved

clock_seq_low

public byte clock_seq_low

node

public byte[] node
Constructor Detail

rpc.uuid_t

public rpc.uuid_t()
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