net.clackrouter.protocol.data
Class VNSHWInfo.HWEntry

java.lang.Object
  extended by net.clackrouter.protocol.data.VNSHWInfo.HWEntry
Enclosing class:
VNSHWInfo

public class VNSHWInfo.HWEntry
extends java.lang.Object

Class representing an individual hardware entry.


Constructor Summary
VNSHWInfo.HWEntry(java.nio.ByteBuffer hwEntryByteBuffer)
           
 
Method Summary
 int getKey()
           
 java.nio.ByteBuffer getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VNSHWInfo.HWEntry

public VNSHWInfo.HWEntry(java.nio.ByteBuffer hwEntryByteBuffer)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getKey

public int getKey()

getValue

public java.nio.ByteBuffer getValue()