if (uid != null)
{
try
{
OutputBuffer outBuf = new OutputBuffer();
InputBuffer inBuf;
uid.pack(outBuf);
inBuf = new InputBuffer(outBuf.buffer());
//host = inet4AddressToString(inBuf.unpackInt());
inBuf.unpackInt();
inBuf.unpackInt(); // process
return inBuf.unpackInt();
// int other = inBuf.unpackInt();
}
catch (IOException e)
{
}