net.qrivy.bioapi
Class BioAPI_SERVICE_UID

java.lang.Object
  extended by net.qrivy.bioapi.BioAPI_SERVICE_UID

public class BioAPI_SERVICE_UID
extends java.lang.Object


Constructor Summary
BioAPI_SERVICE_UID()
           
 
Method Summary
 void delete()
           
 long getDeviceId()
           
 long getReserved()
           
 SWIGTYPE_p_unsigned_char getUuid()
           
 BioAPI_VERSION getVersion()
           
 void setDeviceId(long DeviceId)
           
 void setReserved(long Reserved)
           
 void setUuid(SWIGTYPE_p_unsigned_char Uuid)
           
 void setVersion(BioAPI_VERSION Version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioAPI_SERVICE_UID

public BioAPI_SERVICE_UID()
Method Detail

delete

public void delete()

setUuid

public void setUuid(SWIGTYPE_p_unsigned_char Uuid)

getUuid

public SWIGTYPE_p_unsigned_char getUuid()

setVersion

public void setVersion(BioAPI_VERSION Version)

getVersion

public BioAPI_VERSION getVersion()

setDeviceId

public void setDeviceId(long DeviceId)

getDeviceId

public long getDeviceId()

setReserved

public void setReserved(long Reserved)

getReserved

public long getReserved()